Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created December 12, 2010 05:09
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 fanzeyi/737872 to your computer and use it in GitHub Desktop.
Save fanzeyi/737872 to your computer and use it in GitHub Desktop.
演示
from shorturl.services.bit_ly import *
a = bit_ly('http://www.fanhe.org/')
a.init_api('','')
print a.GetShortUrl()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment