Fix one final piece
This commit is contained in:
parent
eb5541e433
commit
9c94da4031
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,11 @@ Example Use
|
||||||
|
|
||||||
twitter = Twython()
|
twitter = Twython()
|
||||||
results = twitter.searchTwitter(q="bert")
|
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)
|
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
|
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