Updated A new and easy way to access Twitter data with Python. (textile)

harcek 2011-10-07 15:14:08 -07:00
parent 9263cf8ea8
commit 91062c4e48

@ -5,8 +5,8 @@ Twython is a Python API wrapper for the Twitter REST API.
<code> <code>
from twython import Twython from twython import Twython
# Create a Twython instance \# Create a Twython instance
# Note: For OAuth examples, see the included Django application. \# Note: For OAuth examples, see the included Django application.
twitter = Twython() twitter = Twython()
twitter.searchTwitter(q="bert") twitter.searchTwitter(q="bert")
</code> </code>