twitter limits the tweet archive access. i don't know the exact rules, but after 1800 tweets (not including mentions & retweets, so in fact there are much more tweets) or after november 2008 the twitter API won't return any tweets.
anybody can get a downloadable twitter archive though. the tweets in data/js/tweets/{year}_{month}.js have the same format as the api answers. so it shozldn't be too hard to implement an archive import.
a look at how this is done with tweetnest might help, too.
twitter limits the tweet archive access. i don't know the exact rules, but after 1800 tweets (not including mentions & retweets, so in fact there are much more tweets) or after november 2008 the twitter API won't return any tweets.
anybody can get a downloadable twitter archive though. the tweets in data/js/tweets/{year}_{month}.js have the same format as the api answers. so it shozldn't be too hard to implement an archive import.
a look at how this is done with tweetnest might help, too.