twython/tango_examples/update_profile_image.py
2009-06-25 01:24:49 -04:00

5 lines
189 B
Python

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