Skip to content

Instantly share code, notes, and snippets.

@mattn
Created April 14, 2009 08:58
Show Gist options
  • Save mattn/95080 to your computer and use it in GitHub Desktop.
Save mattn/95080 to your computer and use it in GitHub Desktop.
curl -s http://twitter.com/statuses/user_timeline/?format=json | python -c "import sys,simplejson; print simplejson.dumps(simplejson.loads(sys.stdin.read()),indent=4)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment