Migrated from home v4
parent
f53d1f678d
commit
cf3748a3eb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Twython takes care of authenticating a user with Twitter, so you can get full AP
|
||||||
<code>
|
<code>
|
||||||
import twython
|
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 = twython.setup(authtype="Basic", username="example", password="example")
|
||||||
twitter.updateStatus("See how easy this was?")
|
twitter.updateStatus("See how easy this was?")
|
||||||
</code>
|
</code>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue