1 Tweepy: Twitter for Python!
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)
9 The easiest way to install the latest version
10 is by using pip/easy_install to pull it from PyPI:
14 You may also use Git to clone the repository from
15 Github and install it manually:
17 git clone https://github.com/tweepy/tweepy.git
18 python setup.py install
20 **Note** only Python 2.6 and 2.7 are supported at
21 the moment. The Python 3 family is not yet supported.
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)
31 - [Google Group/Mailing list](http://groups.google.com/group/tweepy)
32 - IRC Chat (Freenode.net #tweepy)