Skip to content

Instantly share code, notes, and snippets.

@soplakanets
Created May 9, 2013 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soplakanets/5547110 to your computer and use it in GitHub Desktop.
Save soplakanets/5547110 to your computer and use it in GitHub Desktop.
Get coderwall team members
curl https://coderwall.com/team/rebbix.json | python -m json.tool | egrep -oE '\"username\"\: \"([^\"])+\"' | sed -n 's/\"username\"\: \"\(.*\)\"/\1/p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment