forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fd129e
commit 506cece
Showing
3 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
______ | ||
/_ __/_ __ ___ ___ ____ __ __ | ||
/ / | | /| / // _ \ / _ \ / __ \ / / / / | ||
/ / | |/ |/ // __// __// /_/ // /_/ / | ||
/_/ |__/|__/ \___/ \___// .___/ \__, / | ||
/_/ /____/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Tweepy [![Build Status](https://travis-ci.org/tweepy/tweepy.png)](https://travis-ci.org/tweepy/tweepy) | ||
====== | ||
A Python library for accessing the Twitter API. | ||
|
||
Installation | ||
------------ | ||
The easiest way to install the latest version | ||
is by using pip/easy_install to pull it from PyPI: | ||
|
||
pip install tweepy | ||
|
||
You may also use Git to clone the repository from | ||
Github and install it manually: | ||
|
||
git clone https://github.com/tweepy/tweepy.git | ||
python setup.py install | ||
|
||
**Note** only Python 2.5 to 2.7 is supported at | ||
the moment. The Python 3 family is not yet supported. | ||
|
||
Documentation | ||
------------- | ||
- [Website (Work in-progress)](http://tweepy.github.com/) | ||
- [Twitter Developers](http://dev.twitter.com/) | ||
|
||
Community | ||
--------- | ||
- [Google Group/Mailing list](http://groups.google.com/group/tweepy) | ||
- IRC Chat (Freenode.net #tweepy) | ||
|