forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 1
twitter api library for python
License
matsuu/tweepy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/
A Twitter library for Python! Also works with identi.ca/laconi.ca !
Features:
OAuth supported.
Up-to-date with twitter api.
Actively under development.
Supports most of the twitter api endpoints.
Python 3 support. (See py3k branch)
Streaming API support.
Cache system (memory, file, memcache client)
Getting started:
Check out the tutorial folder to get started with Tweepy.
Installing:
You may use easy_install to quickly get tweepy installed on your system:
easy_install tweepy (run as root)
You may also clone/download the source code and then execute:
python setup.py install (run as root)
If you wish you may also bundle the tweepy package with your application.
Souce code:
Gitorious: <http://gitorious.org/tweepy>
Github: <http://github.com/joshthecoder/tweepy>
Bug tracker: http://github.com/joshthecoder/tweepy/issues
Mailing list: [email protected]
Chat: IRC freenode.net #tweepy
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
About
twitter api library for python
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%