twython/examples/shorten_url.py

7 lines
165 B
Python

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