Skip to content

Instantly share code, notes, and snippets.

@alienrobotwizard
Created July 29, 2010 19:12
Show Gist options
  • Save alienrobotwizard/498960 to your computer and use it in GitHub Desktop.
Save alienrobotwizard/498960 to your computer and use it in GitHub Desktop.
cat 200_twitspam_2.json| ruby -ne 'puts ["twitter_user_timeline_request", 15491144, 3, "0", "http://twitter.com/statuses/user_timeline/15491144.json?&page=1&count=200", 20100729, 200, "foobar", $_.strip].join("\t")' | ~/Programming/infochimps-data/social/network/twitter/base/parse/parse_twitter_api_requests.rb --map > 200_twitspam_parsed_2.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment