Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If you have http://stedolan.github.com/jq/ (or 'brew install jq') and run this:
- 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
- Then (as of today) you will see this:
- "Clam Union, MI"
- "Media, PA"
- "Nutbush, NC"
- "Pussay, Essonne"
- "Saint-Georges-Buttavent, Mayenne"
- "West Sadsbury, PA"
- FYI.
Advertisement
Add Comment
Please, Sign In to add comment