Please send feedback and comments to [email protected]
This overwrite the original code hosted here http://github.com/ryanmcgrath/twython.
Streaming API support is in the works, but every other part of the Twitter API should be covered.
mtweets has Docstrings if you want function-by-function plays; otherwise, check the mtweets Wiki or Twitter's API Wiki (Twython calls mirror most of the methods listed there).
mtweets (for versions of Python before 2.6) requires a library called "simplejson". You can grab it at the following link:
Also a oauth client:
git clone [email protected]:carlitux/Python-OAuth-Client.git cd Python-OAuth-Client
sudo python setup.py install
Installing mtweets is fairly easy, you can clone the repo and install it the old fashioned way.
[email protected]:carlitux/mtweets.git cd mtweets
sudo python setup.py install
mtweets is released under an MIT License - see the LICENSE file for more information.