diff --git a/examples/shorten_url.py b/examples/shorten_url.py deleted file mode 100644 index 61eb105..0000000 --- a/examples/shorten_url.py +++ /dev/null @@ -1,6 +0,0 @@ -from twython import Twython - -# Shortening URLs requires no authentication, huzzah -shortURL = Twython.shorten_url('http://www.webs.com/') - -print shortURL