Fix one final piece
This commit is contained in:
parent
eb5541e433
commit
9c94da4031
1 changed files with 5 additions and 1 deletions
|
|
@ -46,6 +46,10 @@ Example Use
|
|||
twitter = Twython()
|
||||
results = twitter.searchTwitter(q="bert")
|
||||
|
||||
# More function definitions can be found by reading over twython/twitter_endpoints.py, as well
|
||||
# as skimming the source file. Both are kept human-readable, and are pretty well documented or
|
||||
# very self documenting.
|
||||
|
||||
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