Note when upgrading to 1.7.0
This commit is contained in:
parent
0ee5e5877e
commit
9fa9b525a1
1 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||||
----------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue