Note when upgrading to 1.7.0

This commit is contained in:
Michael Helmick 2012-05-08 12:29:57 -04:00
parent 0ee5e5877e
commit 9fa9b525a1

View file

@ -40,6 +40,10 @@ Installing Twython is fairly easy. You can...
cd twython cd twython
sudo python setup.py install sudo python setup.py install
Please note:
-----------------------------------------------------------------------------------------------------
As of Twython 1.7.0, we have change routes for functions to abide by the Twitter Spring 2012 clean up (https://dev.twitter.com/docs/deprecations/spring-2012). Please make changes to your code accordingly.
Example Use Example Use
----------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------
``` python ``` python
@ -75,8 +79,7 @@ Twython.stream({
'password': 'your_password', 'password': 'your_password',
'track': 'python' 'track': 'python'
}, on_results) }, on_results)
``` ```
A note about the development of Twython (specifically, 1.3) A note about the development of Twython (specifically, 1.3)
---------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------