Python短網址庫:Tiny4py

jopen 12年前發布 | 20K 次閱讀 Python

Tiny4py 是一個 Python 封裝了短網址功能的開發包,支持的服務包括:goo.gl, bit.ly and tinyurl.

TINY4PY FEATURES

  • Bit.ly shortener
  • Goo.gl shortener
  • TinyUrl Shortener
  • QrCode image generated with Bit.ly
  • QrCode image generated with Goo.gl
  • Bit.ly statistics

示例代碼:

 myqrcodefile=bitly_shortener.getQRCode("http://bit.ly/eU1ktT")

 localFile = open("myqrcode_bitly.png", 'wb')
 localFile.write(myqrcodefile)
 localFile.close()

項目主頁:http://www.baiduhome.net/lib/view/home/1348187147562

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!