Twitter autofollow and direct message using python mechanize libgmail
Mar.27, 2009 in
Python
Requirements:
a valid gmail account
label your twitter follow notifications (E.g. I use TwitterFollow)
mechanize : a stateful programmatic web browsing
libgmail : a GA reverse engineered library
python-twitter : a wrapper around the Twitter API
IMPORTANT: because Gmail does not provide an API and does not intend to do that because of the ads, hacking libgmail to fetch the threads [...]

