diff --git a/tango_examples/update_profile_image.py b/tango_examples/update_profile_image.py new file mode 100644 index 0000000..a6f52b2 --- /dev/null +++ b/tango_examples/update_profile_image.py @@ -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")