Simple example of updating a profile image

This commit is contained in:
Ryan McGrath 2009-06-25 01:24:49 -04:00
parent 102eac4d6e
commit 5f63187ca2

View file

@ -0,0 +1,5 @@
import tango
# Instantiate Tango with Basic (HTTP) Authentication
twitter = tango.setup(authtype="Basic", username="example", password="example")
twitter.updateProfileImage("myImage.png")