twython/examples/shorten_url.py
Mike Helmick 84e4c5fe13 Update all endpoints in the api_table, examples, READMEs
Also updated functions in twython.py to use pep8 functions instead of
camelCase functions
2013-05-04 19:28:47 -04:00

6 lines
153 B
Python

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