Update readme and change log.
authorJosh Roesslein <jroesslein@gmail.com>
Tue, 13 Oct 2009 17:38:26 +0000 (12:38 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Tue, 13 Oct 2009 17:38:26 +0000 (12:38 -0500)
CHANGES
README

diff --git a/CHANGES b/CHANGES
index 570e39556ca14412aafe1d75850373016e457f99..51b7b1fee448fcb73c3f5c51bc83ca1204734adc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@ during upgrade will be listed here.
     Added the Cursor object to help with pagination within the API.
     Please see the pagination tutorial for more details.
     This is the recommended way for using the 'page' and 'cursor' parameters.
++ Update OAuth bundled library.
 - Logging removed. Having our own mini-logging system just feels like overkill.
   Turns out it was not really needed that much. Simply just exposing the last
   HTTPResponse object should be good enough for most debugging.
diff --git a/README b/README
index d3447bdeec9f07ce057a905cd1da454c47978d76..1f3b8f915895c09e8c5fc7a302d7d0142e26c8d6 100644 (file)
--- a/README
+++ b/README
@@ -8,28 +8,31 @@
 A Twitter library for Python! Also works with identi.ca/laconi.ca !
 
 Features:
-  OAuth supported.
-  Up-to-date with twitter api.
-  Actively under development.
-  Supports most of the twitter api endpoints.
-  Python 3 support. (See py3k branch)
-  Streaming API support.
-  Cache system (memory, file, memcache client)
+  + OAuth support
+  + Up-to-date with Twitter API
+  + Actively under development
+  + Streaming API support
+  + Cache system (memory, file, memcache)
+  + Python 3 branch
 
 Getting started:
   Check out the tutorial folder to get started with Tweepy.
+  Also feel free to join us on the mailing list or chat root.
+
+Mailing list: http://groups.google.com/group/tweepy
+Chat: IRC freenode.net #tweepy
+      Web interface: http://webchat.freenode.net/?channels=tweepy
 
 Installing:  
-  You may use easy_install to quickly get tweepy installed on your system:
-      easy_install tweepy  (run as root)
-  You may also clone/download the source code and then execute:
-      python setup.py install (run as root)
-  If you wish you may also bundle the tweepy package with your application.
+  Using easy_install:
+    easy_install tweepy
+  You may also install from the repository:
+    git clone git://github.com/joshthecoder/tweepy.git
+    cd tweepy
+    python setup.py install
 
 Souce code: http://github.com/joshthecoder/tweepy
 Bug tracker: http://github.com/joshthecoder/tweepy/issues 
-Mailing list: tweepy@googlegroups.com
-Chat: IRC freenode.net #tweepy
 
 Author: Joshua Roesslein
 License: MIT