espresto / reclaim-social-media

reclaim your stuff from social media silos
GNU General Public License v2.0
47 stars 10 forks source link

add twitter archive import #132

Open diplix opened 10 years ago

diplix commented 10 years ago

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.