An example showing how to update a status using basic authentication.
This commit is contained in:
parent
e697d7206d
commit
b2ba65cc45
1 changed files with 5 additions and 0 deletions
5
tango_examples/update_status.py
Normal file
5
tango_examples/update_status.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import tango
|
||||
|
||||
# Create a Tango instance using Basic (HTTP) Authentication and update our Status
|
||||
twitter = tango.setup(authtype="Basic", username="example", password="example")
|
||||
twitter.updateStatus("See how easy this was?")
|
||||
Loading…
Add table
Add a link
Reference in a new issue