Created
September 24, 2009 04:31
-
-
Save ussjoin/192515 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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