forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (21 loc) · 848 Bytes
/
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
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/
A Python library for accessing the Twitter API.
Requires Python 2.5 or later. Python 3 not yet supported.
Documentation: http://tweepy.readthedocs.org/
Source Code: http://github.com/joshthecoder/tweepy
Mailing list: http://groups.google.com/group/tweepy
IRC:
Server: freenode.net
Channel: #tweepy
Contributing
------------
If you have a Github account please fork the repository,
create a topic branch, and commit your changes.
Then submit a pull request from that branch.
I would also accept patches via the mailing list, but pull requests
on Github is the preferred method.