From f500942da0b17723923d64166f023873e367b8f0 Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Tue, 13 Oct 2009 12:38:26 -0500 Subject: [PATCH] Update readme and change log. --- CHANGES | 1 + README | 31 +++++++++++++++++-------------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGES b/CHANGES index 570e395..51b7b1f 100644 --- 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 d3447bd..1f3b8f9 100644 --- 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 -- 2.25.1