Skip to content

Instantly share code, notes, and snippets.

@astagi
Created January 7, 2012 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astagi/1573394 to your computer and use it in GitHub Desktop.
Save astagi/1573394 to your computer and use it in GitHub Desktop.
IS.GD Shorty-Python test for Turpial
import shorty
url = 'http://google.com'
short_service = shorty.Isgd()
st = short_service.shrink(url)
print st
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment