Guest User

Places @ftrain tweets from

a guest
Dec 4th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. If you have http://stedolan.github.com/jq/ (or 'brew install jq') and run this:
  2.  
  3. curl 'https://api.twitter.com/1/statuses/user_timeline.json?include_entities=false&include_rts=false&screen_name=ftrain&count=3200' | jq '.[] | .place | .full_name' | sort -u
  4.  
  5. Then (as of today) you will see this:
  6.  
  7. "Clam Union, MI"
  8. "Media, PA"
  9. "Nutbush, NC"
  10. "Pussay, Essonne"
  11. "Saint-Georges-Buttavent, Mayenne"
  12. "West Sadsbury, PA"
  13.  
  14. FYI.
Advertisement
Add Comment
Please, Sign In to add comment