Implemented status bar messages for new tweets, and for successfully posting a tweet.
This commit is contained in:
3
README
3
README
@ -17,8 +17,7 @@ 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
|
||||
patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch
|
||||
patch -p1 < ../mytwitter/python-twitter-retweet-3.patch
|
||||
for i in ../mytwitter/python-twitter-*.patch; do patch p1 < $i; done
|
||||
python setup.py build
|
||||
python setup.py install --user
|
||||
|
||||
|
Reference in New Issue
Block a user