Skip to content

Commit

Permalink
New README.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshthecoder committed Nov 8, 2012
1 parent 0fd129e commit 506cece
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 22 deletions.
7 changes: 7 additions & 0 deletions ASCII_LOGO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/

22 changes: 0 additions & 22 deletions README

This file was deleted.

30 changes: 30 additions & 0 deletions README.md
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)

0 comments on commit 506cece

Please sign in to comment.