Skip to content

Instantly share code, notes, and snippets.

@pozorvlak
Created August 24, 2010 17:08
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 pozorvlak/547900 to your computer and use it in GitHub Desktop.
Save pozorvlak/547900 to your computer and use it in GitHub Desktop.
$ curl -s -upozorvlak:<my password here> http://api.twitter.com/1/statuses/mentions.json | jf -p user/name user/screen_name text
[
{
"text" : "@pozorvlak I have to admit that if you have polymorphism then things like +. are particularly pointless.",
"user" : {
"name" : "Christopher Yocum",
"screen_name" : "cyocum"
}
},
{
"text" : "@pozorvlak Huh, I still like the safety that static typing gives you.",
"user" : {
"name" : "Christopher Yocum",
"screen_name" : "cyocum"
}
}
... etc ...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment