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

2 upvotes, 0 direct replies (showing 0)

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

View parent comment

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",
    ...
]

Replies

There's nothing here!