Skip to content

Instantly share code, notes, and snippets.

@ussjoin
Created September 24, 2009 04:31
Show Gist options
  • Save ussjoin/192515 to your computer and use it in GitHub Desktop.
Save ussjoin/192515 to your computer and use it in GitHub Desktop.
# Getting the most recent, and 800th most recent, Tweets from my timeline
wget "http://twitter.com/statuses/friends_timeline.atom?count=200&page=1" --http-user=XXX --http-password=XXX
wget "http://twitter.com/statuses/friends_timeline.atom?count=200&page=4" --http-user=XXX --http-password=XXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment