Twitter (tweets) backup

Today someone came to this blog searching for a twitter backup facility. I never did post such an application/script so I figured I’d share my way of backing up my tweets.

I actually never backup my tweets (nothing of value would be lost), and never intend to, but for the sake of posting something I’ve said I’d give it a go.
(continue)


email backup with Python

In my new project (involving spam) I’ve created a script for retrieving the messages locally, which you could also use for rapidly backing up your emails.

The script is aimed for retrieving the emails for multiple accounts using the POP3 protocol (via SSL).
(continue)