Skip to content

A python bot to show what subreddits the moderators of a given subreddit moderate.

Notifications You must be signed in to change notification settings

jdaless/ModMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ModMapper

John D'Alessandro

A simple python script inspired by this post.

Usage

The map command takes a subreddit name as an argument. Not an address, just the name, and shows how many moderators overlap with other subreddits. For example:

      > map dataisbeautiful    
      Scraped 20/20 mods successfully!    
      /r/science               :  5  
      /r/dataisbeautiful       : 20  
      /r/visualization         :  2  
      /r/askscience            :  2  
      /r/personalfinance       :  2  
      /r/leagueoflegends       :  2  
      /r/ynab                  :  2  
      /r/baltimore             :  2  
      /r/rit                   :  2  
      /r/almosthomeless        :  2  
      /r/ynab4                 :  2  

The info command takes the address of a subreddit that has already been pointed out in a map as an argument. For example:

    > info /r/science  
      rhiever  
      frostickle  
      NonNonHeinous  
      AsAChemicalEngineer  
      Izawwlgood  

The minDisplay command takes a number as an argument and sets the minimum number of moderator overlap needed to display a subreddit. The default is 2.

About

A python bot to show what subreddits the moderators of a given subreddit moderate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages