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
|
||||
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
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
``` python
|
||||
|
|
@ -77,7 +81,6 @@ Twython.stream({
|
|||
}, on_results)
|
||||
```
|
||||
|
||||
|
||||
A note about the development of Twython (specifically, 1.3)
|
||||
----------------------------------------------------------------------------------------------------
|
||||
As of version 1.3, Twython has been extensively overhauled. Most API endpoint definitions are stored
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue