Skip to content

Instantly share code, notes, and snippets.

@holysugar
Created November 19, 2012 13:21
Show Gist options
  • Select an option

  • Save holysugar/4110605 to your computer and use it in GitHub Desktop.

Select an option

Save holysugar/4110605 to your computer and use it in GitHub Desktop.
Get organization members
curl -u USERNAME https://api.github.com/orgs/ORGNAME/members | ruby -rjson -e 'o = JSON.parse(ARGF.read); puts o.map{|i| i["login"]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment