From 506cece72571c56dc923538fba9b70ba2d667231 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Wed, 7 Nov 2012 19:35:43 -0800 Subject: [PATCH] New README. --- ASCII_LOGO.txt | 7 +++++++ README | 22 ---------------------- README.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 22 deletions(-) create mode 100644 ASCII_LOGO.txt delete mode 100644 README create mode 100644 README.md diff --git a/ASCII_LOGO.txt b/ASCII_LOGO.txt new file mode 100644 index 0000000..55cc5d5 --- /dev/null +++ b/ASCII_LOGO.txt @@ -0,0 +1,7 @@ + ______ + /_ __/_ __ ___ ___ ____ __ __ + / / | | /| / // _ \ / _ \ / __ \ / / / / + / / | |/ |/ // __// __// /_/ // /_/ / +/_/ |__/|__/ \___/ \___// .___/ \__, / + /_/ /____/ + diff --git a/README b/README deleted file mode 100644 index 9351d6d..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ - ______ - /_ __/_ __ ___ ___ ____ __ __ - / / | | /| / // _ \ / _ \ / __ \ / / / / - / / | |/ |/ // __// __// /_/ // /_/ / -/_/ |__/|__/ \___/ \___// .___/ \__, / - /_/ /____/ - -A Python library for accessing the Twitter API. - -Requires Python 2.5 or later. Sorry no Python 3 support yet. - -Website: http://tweepy.github.com/ -Git Repository: http://github.com/tweepy/tweepy.git -Google Groups: http://groups.google.com/group/tweepy -IRC Channel: freenode.net #tweepy - -How to contribute a patch: - 1. Fork Tweepy on github.com - 2. Create a new branch - 3. Commit changes to this branch - 4. Send a pull request - diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f2dffe --- /dev/null +++ b/README.md @@ -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) + -- 2.25.1