Migrated from home v4

ryanmcgrath 2010-09-13 02:21:55 -07:00
parent f53d1f678d
commit cf3748a3eb

@ -6,7 +6,7 @@ Twython takes care of authenticating a user with Twitter, so you can get full AP
<code>
import twython
# Create a Tango instance using Basic (HTTP) Authentication and update our Status
# Create a Twython instance using Basic (HTTP) Authentication and update our Status
twitter = twython.setup(authtype="Basic", username="example", password="example")
twitter.updateStatus("See how easy this was?")
</code>