Python Twitter Tools 1.6
I am proud to announce Python Twitter Tools 1.6, with awesome new features:
- twitter-log: a new command-line tool to dump all of the tweets you ever tweeted to a text file for storage and archiving
- stream support: with the new TwitterStream class you can write Python applications that make use of the Twitter Stream API for realtime updates. Try the twitter-stream-example program to dump all the tweets in the “sample” stream to your terminal. Neat!
- Python 3 support: The twitter distribution in PyPI now supports Python 2.6+ and Python 3.2+ using the same codebase. You don’t have to use the “twitter3″ package anymore. Python Twitter Tools is now future-proof.

Hi Mike,
Any chance you could be tempted to add support for upload_with_media? Your lib is the best I found and I would really hate to move to something else. I did try to patch the code myself, but I’m hitting a wall every time :)
Cheers, Abdallah