From f1549ec2c47bd2caab7c898c116890f59249c3ab Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Fri, 15 Apr 2011 19:28:10 -0500 Subject: [PATCH] Update README --- README | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/README b/README index 6a5c5ba..f9a2267 100644 --- a/README +++ b/README @@ -5,32 +5,22 @@ /_/ |__/|__/ \___/ \___// .___/ \__, / /_/ /____/ -A Twitter library for Python! Also works with identi.ca/laconi.ca ! +A Python library for accessing the Twitter API. -Features: - + OAuth support (including xAuth) - + Covers the entire Twitter API - + Actively under development - + Streaming API support - + Cache system (memory, file) +Requires Python 2.5 or later. Python 3 not yet supported. -Documentation: http://joshthecoder.github.com/tweepy/docs/index.html +Documentation: http://tweepy.readthedocs.org/ +Source Code: http://github.com/joshthecoder/tweepy Mailing list: http://groups.google.com/group/tweepy -Chat: IRC freenode.net #tweepy - Web interface: http://webchat.freenode.net/?channels=tweepy -Wiki: http://wiki.github.com/joshthecoder/tweepy -Bug tracker: http://github.com/joshthecoder/tweepy/issues +IRC: + Server: freenode.net + Channel: #tweepy -Souce code: - Library: http://github.com/joshthecoder/tweepy - Examples: http://github.com/joshthecoder/tweepy-examples - -Author: Joshua Roesslein -License: MIT -Dependencies: - Python 2.4 or newer - Simplejson - **Included in python 2.6+ - Python-OAuth - **Bundled with this library +Contributing +------------ +If you have a Github account please fork the repository, +create a topic branch, and commit your changes. +Then submit a pull request from that branch. +I would also accept patches via the mailing list, but pull requests +on Github is the preferred method. -- 2.25.1