From: Josh Roesslein Date: Wed, 11 May 2011 06:07:57 +0000 (-0500) Subject: Update README. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4cbf968fbe53330d10003b9b0eef07c7d58ed5aa;p=tweepy.git Update README. --- diff --git a/README b/README index f9a2267..9351d6d 100644 --- a/README +++ b/README @@ -7,20 +7,16 @@ A Python library for accessing the Twitter API. -Requires Python 2.5 or later. Python 3 not yet supported. +Requires Python 2.5 or later. Sorry no Python 3 support yet. -Documentation: http://tweepy.readthedocs.org/ -Source Code: http://github.com/joshthecoder/tweepy -Mailing list: http://groups.google.com/group/tweepy -IRC: - Server: freenode.net - Channel: #tweepy +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 -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. +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