Fork me on GitHub

Twemail by pepijndevos

Twitter <-> email proxy in Python

Twemail is a Twisted server that acts as a proxy between Twitter and your email application, by providing POP and SMTP implementations that interact with Twitter.

Twemail allows you to read and write tweets using your mail client. It also supports replying and retweeting.

Dependencies

Install

Point your email application to

your-twitter-username@twitteremail-pepijndevos.dotcloud.com
using your Twitter password. Use port 18069 for POP3 and 18070 for SMTP.

Authors

Pepijn de Vos (pepijndevos@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/pepijndevos/Twemail