Modified README files
This commit is contained in:
parent
f21ebeb6d3
commit
a2c6fabca7
2 changed files with 2 additions and 24 deletions
|
|
@ -56,18 +56,7 @@ Example Use
|
||||||
twitter = Twython()
|
twitter = Twython()
|
||||||
results = twitter.search(q='python')
|
results = twitter.search(q='python')
|
||||||
|
|
||||||
# All the functions of twython is supported in twythonrequests.
|
Note: Twython works in PyPy not twython3k
|
||||||
Note:
|
|
||||||
Don't do this
|
|
||||||
from twython import Twython
|
|
||||||
from twythonrequests import Twython
|
|
||||||
|
|
||||||
instead try this
|
|
||||||
import twython
|
|
||||||
import twythonrequests
|
|
||||||
|
|
||||||
since you can hack both twython features.
|
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
13
README.txt
13
README.txt
|
|
@ -55,18 +55,7 @@ Example Use
|
||||||
twitter = Twython()
|
twitter = Twython()
|
||||||
results = twitter.search(q='python')
|
results = twitter.search(q='python')
|
||||||
|
|
||||||
# All the functions of twython is supported in twythonrequests.
|
Note: twython works in PyPy not twython3k
|
||||||
Note:
|
|
||||||
Don't do this
|
|
||||||
from twython import Twython
|
|
||||||
from twythonrequests import Twython
|
|
||||||
|
|
||||||
instead try this
|
|
||||||
import twython
|
|
||||||
import twythonrequests
|
|
||||||
|
|
||||||
since you can hack both twython features.
|
|
||||||
|
|
||||||
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