A Twitter library for Python! Also works with identi.ca/laconi.ca !
Features
- OAuth support
- Up-to-date with Twitter API
- Actively under development
- Streaming API support
- Cache system (memory, file, memcache)
- Python 3 branch
Support
- Chat freenode.net #tweepy Web client
- Mailing list
- Wiki
Installing
- easy_install tweepy
OR
- source code from Git
- git clone git://github.com/joshthecoder/tweepy.git
- cd tweepy
- python setup.py install
OR
- source code from archive
- Download archive here
- Extract
- python setup.py install
Author: Joshua Roesslein
License: MIT
Dependencies
- Python 2.5+
- Simplejson <http://undefined.org/python/#simplejson>
- Included in python 2.6+
- Python-OAuth <http://code.google.com/p/oauth>
- Bundled with this library
- python-memcached <http://www.tummy.com/Community/software/python-memcached/>
- Bundled with this library