forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (17 loc) · 693 Bytes
/
README
File metadata and controls
22 lines (17 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/
A Python library for accessing the Twitter API.
Requires Python 2.5 or later. Sorry no Python 3 support yet.
Website: http://tweepy.github.com/
Git Repository: http://github.com/tweepy/tweepy.git
Google Groups: http://groups.google.com/group/tweepy
IRC Channel: freenode.net #tweepy
How to contribute a patch:
1. Fork Tweepy on github.com
2. Create a new branch
3. Commit changes to this branch
4. Send a pull request