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:
5
README
5
README
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user