forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (30 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/
A Twitter library for Python! Also works with identi.ca/laconi.ca !
Features:
+ OAuth support (including xAuth)
+ Covers the entire Twitter API
+ Actively under development
+ Streaming API support
+ Cache system (memory, file)
Documentation: http://joshthecoder.github.com/tweepy/docs/index.html
Mailing list: http://groups.google.com/group/tweepy
Chat: IRC freenode.net #tweepy
Web interface: http://webchat.freenode.net/?channels=tweepy
Wiki: http://wiki.github.com/joshthecoder/tweepy
Bug tracker: http://github.com/joshthecoder/tweepy/issues
Souce code:
Library: http://github.com/joshthecoder/tweepy
Examples: http://github.com/joshthecoder/tweepy-examples
Author: Joshua Roesslein
License: MIT
Dependencies:
Python 2.4 or newer
Simplejson <http://undefined.org/python/#simplejson>
**Included in python 2.6+
Python-OAuth <http://code.google.com/p/oauth>
**Bundled with this library