Modified README files

This commit is contained in:
kracekumar 2011-12-18 18:33:26 +05:30
parent f21ebeb6d3
commit a2c6fabca7
2 changed files with 2 additions and 24 deletions

View file

@ -56,18 +56,7 @@ Example Use
twitter = Twython()
results = twitter.search(q='python')
# All the functions of twython is supported in twythonrequests.
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.
Note: Twython works in PyPy not twython3k
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

View file

@ -55,18 +55,7 @@ Example Use
twitter = Twython()
results = twitter.search(q='python')
# All the functions of twython is supported in twythonrequests.
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.
Note: twython works in PyPy not twython3k
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