Update Examples and LICENSE
Some examples were out of date (any trends example) Renamed the core_examples dir. to examples
This commit is contained in:
parent
bb019d3a57
commit
4ac6436901
14 changed files with 44 additions and 67 deletions
6
examples/shorten_url.py
Normal file
6
examples/shorten_url.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from twython import Twython
|
||||
|
||||
# Shortening URLs requires no authentication, huzzah
|
||||
shortURL = Twython.shortenURL('http://www.webs.com/')
|
||||
|
||||
print shortURL
|
||||
Loading…
Add table
Add a link
Reference in a new issue