Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.36 KB

README.markdown

File metadata and controls

35 lines (23 loc) · 1.36 KB

mtweets (Manager of tweets) - Easy Twitter utilities in Python

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).

Requirements

mtweets (for versions of Python before 2.6) requires a library called "simplejson". You can grab it at the following link:

http://pypi.python.org/pypi/simplejson

Also a oauth client:

git clone [email protected]:carlitux/Python-OAuth-Client.git cd Python-OAuth-Client
sudo python setup.py install

Installation

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.