Skip to content

Instantly share code, notes, and snippets.

@fs111
Created December 4, 2011 21:25
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 fs111/1431327 to your computer and use it in GitHub Desktop.
Save fs111/1431327 to your computer and use it in GitHub Desktop.
$ curl http://search.twitter.com/search.json?q=bacon | python -m simplejson.tool
{
"completed_in": 0.081,
"max_id": 143440344770555905,
"max_id_str": "143440344770555905",
"next_page": "?page=2&max_id=143440344770555905&q=bacon",
"page": 1,
"query": "bacon",
"refresh_url": "?since_id=143440344770555905&q=bacon",
"results": [
{
"created_at": "Sun, 04 Dec 2011 21:23:37 +0000",
"from_user": "HayleyBuechs",
"from_user_id": 41700310,
"from_user_id_str": "41700310",
"from_user_name": "Hayley Buechs",
"geo": null, [...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment