Comment by duckvimes_ on 23/07/2014 at 02:21 UTC*

30 upvotes, 4 direct replies (showing 4)

View submission: [Updated] Who runs /r/Holocaust? Each line represents a moderator overlap. [OC]

View parent comment

Well in theory, all I'd need is plaintext lists of mods. I'm still not too familiar with stuff like the Revere program for the actual visualization though. My /r/holocaust mind map was done semi-manually, which would be impossible for a larger map.

Edit: Raw data if someone wants to try Revere or another program. http://pastebin.com/mTcGfNDS

Replies

Comment by killswitch at 23/07/2014 at 03:31 UTC

38 upvotes, 4 direct replies

Here you go

text list for /r/worldnews

text list for /r/politics

Comment by MellerTime at 23/07/2014 at 02:56 UTC

2 upvotes, 0 direct replies

Well I can't help with the visualization, but come up with a list of subreddits you want moderators for and I'll grab you the list.

Comment by killswitch at 24/07/2014 at 01:38 UTC

3 upvotes, 1 direct replies

I put my script into a heroku app, so you can look up any subreddit and see what the related subreddits are. No graph but it makes the data easy to get

http://moderators.herokuapp.com/[1][2]

1: http://moderators.herokuapp.com/

2: http://moderators.herokuapp.com/

it is slow because it scrapes the web pages for the info - be patient!

Comment by petepete at 23/07/2014 at 14:51 UTC

2 upvotes, 0 direct replies

You can use jq[1] to pull out exactly what you need very simply:

1: http://stedolan.github.io/jq/

»http get http://api.reddit.com/r/worldnews/about/moderators | jq '[.data.children[].name]'
[
    "qgyh2",
    "maxwellhill",
    "BritishEnglishPolice",
    "anutensil",
    "AutoModerator",
    ...
]