How to extract all the tweets from someone?

wehttam

Newbie
Joined
Oct 15, 2008
Messages
29
Reaction score
0
I need to download all the tweets off someone's account to automate one of my accounts. I'm aware of the "twitter.com/statuses/user_timeline/USERNAME.xml?page=1" technique but they have thousands and it would be a hassle to go page by page. Isn't there a simpler way that doesn't require the login info? some application perhaps?
 
ive seen a lot of ways to grab all of your posts... but i don't think that i have ever seen anything that allows you to grab someone elses.

you might be able to write some sort of regex to loop through all the pages... how many pages are we talking?
 
Back
Top