Changed everything to ASCII. I'm worried we'll lose the forest for the \u1f332
[twitter-api-cdsw-solutions] / docs / tweepy-README.md
1 Tweepy: Twitter for Python!
2 ======
3 [![Build Status](https://travis-ci.org/tweepy/tweepy.png?branch=master)](https://travis-ci.org/tweepy/tweepy)
4 [![Downloads](https://pypip.in/d/tweepy/badge.png)](https://crate.io/packages/tweepy) [![Downloads](https://pypip.in/v/tweepy/badge.png)](https://crate.io/packages/tweepy)
5 [![Coverage Status](https://coveralls.io/repos/tweepy/tweepy/badge.png?branch=master)](https://coveralls.io/r/tweepy/tweepy?branch=master)
6
7 Installation
8 ------------
9 The easiest way to install the latest version
10 is by using pip/easy_install to pull it from PyPI:
11
12     pip install tweepy
13
14 You may also use Git to clone the repository from
15 Github and install it manually:
16
17     git clone https://github.com/tweepy/tweepy.git
18     python setup.py install
19
20 **Note** only Python 2.6 and 2.7 are supported at
21 the moment. The Python 3 family is not yet supported.
22
23 Documentation
24 -------------
25   - [Website (Work in-progress)](http://tweepy.github.com/)
26   - [Twitter Developers](http://dev.twitter.com/)
27   - [Python Package Documentation](http://packages.python.org/tweepy/html/index.html)
28
29 Community
30 ---------
31   - [Google Group/Mailing list](http://groups.google.com/group/tweepy)
32   - IRC Chat (Freenode.net #tweepy)
33

Benjamin Mako Hill || Want to submit a patch?