Implemented Retweet api, and removed the update_window from update_status because twitter's post delay is too long for that to be feasible

This commit is contained in:
Anna
2010-04-09 18:18:34 -04:00
parent a61af65195
commit 140b99d47d
3 changed files with 48 additions and 5 deletions

5
README
View File

@ -9,7 +9,7 @@ While I doubt it will be terribly useful for anyone other than me, feel free to
* pyGTK
* dateutil
* twitter (the dev version, not 0.6), along with my patch (included here)
* twitter (the dev version, not 0.6), along with my patches (included here)
For the twitter module, you can download and install it with:
@ -17,7 +17,8 @@ For the twitter module, you can download and install it with:
hg clone https://python-twitter.googlecode.com/hg/ python-twitter
cd python-twitter
hg update dev
hg patch -u "Patrick Wiggins <jpwigan@gmail.com>" ../mytwitter/python-twitter-GetListStatuses.patch
patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch
patch -p1 < ../mytwitter/python-twitter-Retweet.patch
python build.py build
python build.py install --user