
So 'tail -f' doesn't help to check and maybe then grep the latest tweets. Hi mate, thank you for this nice post!I am looking for the best way to save/archive all my tweets (mine and people I follow) to a log file continuously (using an interval) avoiding duplicates.When I use :'twitter friends -d -t -r -R 30 -format default > twitter.log'Duplicate entries are included since the same tweets are logged more than once.I tried your db.sh script () which is mentioned above too, but when the followers/following users are many it takes hours to create the timeline since the hourly limit for requests is reached and actually the file is created each time from scratch. Above and beyond Twitters own analytics suite, Tweet Archivist provides insights into your tweeting behavior.

StalkR tag:,1999:blog-9099779.post-4384049854045593665 T21:04:35.981+01:00 T21:04:35.981+01:00 Hi mate, thank you for this nice post! After you have collected and archived tweets using Tweet Archiver, you can analyze the text using a text analytics tool such as Meaningcloud. The algorithm can be as simple as append from last known tweet id.Let me know if you need help doing that,Cheers. Similarly, you may have removed followers/following and their tweets needs to be removed from timeline.If you ignore these cases, then yes you can build an append-only timeline that you can 'tail -f'.

unfortunately.The timeline is rebuilt from scratch but don't worry this is just a concatenation and sort by time of all tweet files created by twitter-archiver, and these are not created every time: they resume automatically and only new tweets are saved.The reason it is rebuilt from scratch is because you might have new followers/following, so new tweets with an older date need to be inserted in the timeline. Hi mate,It is slow because it has to make 1 request/user minimum (to check if there are new tweets) and request limit is low. It is slow because it has to make 1 requ. twitter-follow will print a list of all of all the followers of a user (or all the users that user follows).

twitter-archiver will log all the tweets posted by any user since they started posting.
