Twitter autofollow and DM using python-twitter, imaplib and gmail
The script will:
connect via imap to gmail
select the imap directory TwitterFollow (you should filter twitter follow notifications and label them with TwitterFollow)
fetch the headers of all unread mails
retrieve the twitter user screen_name that is following you from the headers
attempt to create a friendship aka autofollow. If an error occurs is probably due to the fact [...]

