Implemented status bar messages for new tweets, and for successfully posting a tweet.
This commit is contained in:
parent
215b84a3fe
commit
a06d47cfcc
2 changed files with 20 additions and 2 deletions
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 a new issue