Created
August 24, 2010 17:08
-
-
Save pozorvlak/547900 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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