twython/examples/shorten_url.py
Mike Helmick 4ac6436901 Update Examples and LICENSE
Some examples were out of date (any trends example)
Renamed the core_examples dir. to examples
2013-04-18 22:27:50 -04:00

6 lines
152 B
Python

from twython import Twython
# Shortening URLs requires no authentication, huzzah
shortURL = Twython.shortenURL('http://www.webs.com/')
print shortURL