I am using more and more Twitter as an open bookmark / note repository. I was looking for a solution to backup my timeline and browse my tweets locally. The web service http://tweetbook.in does something like this. It downloads all tweets a user timeline and generates a PDF file.
I have decided to write my own backup engine to keep my tweets in raw format (not only the 140-characters content, the author and the date) but also to have to ability to format my tweets the way I want. The code is available in the backup-twitter project on github. Continue reading