Skip to content

Instantly share code, notes, and snippets.

@cdmoyer
Created September 9, 2014 14:43
Show Gist options
  • Save cdmoyer/a41f425d634815e1b07e to your computer and use it in GitHub Desktop.
Save cdmoyer/a41f425d634815e1b07e to your computer and use it in GitHub Desktop.
curl 'http://2014.xoxofest.com/assets/php/attendees_json.php?var=attendees_json' | sed 's/.* = //' | sed 's/;$//' | json_pp | grep 'twitter_username' | sed 's/.*: "\([^"]*\)".*/\1/' > xoxo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment