Changed retweet API to use the patch from http://code.google.com/p/python-twitter/issues/detail?id=130 for consistency.
This commit is contained in:
2
README
2
README
@ -18,7 +18,7 @@ hg clone https://python-twitter.googlecode.com/hg/ python-twitter
|
||||
cd python-twitter
|
||||
hg update dev
|
||||
patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch
|
||||
patch -p1 < ../mytwitter/python-twitter-Retweet.patch
|
||||
patch -p1 < ../mytwitter/python-twitter-retweet-3.patch
|
||||
python setup.py build
|
||||
python setup.py install --user
|
||||
|
||||
|
Reference in New Issue
Block a user