twython/tango_examples/shorten_url.py
2009-06-14 18:42:35 -04:00

7 lines
161 B
Python

import tango
# Shortening URLs requires no authentication, huzzah
twitter = tango.setup()
shortURL = twitter.shortenURL("http://www.webs.com/")
print shortURL