- 授权协议: LGPL
- 开发语言: Python
- 操作系统: Windows
- 软件首页: http://code.google.com/p/tiny4py/
- 软件文档: http://code.google.com/p/tiny4py/
软件介绍
Tiny4py 是一个 Python 封装了短网址功能的开发包,支持的服务包括:goo.gl, bit.ly and tinyurl.
示例代码:
myqrcodefile=bitly_shortener.getQRCode("http://bit.ly/eU1ktT")
localFile = open("myqrcode_bitly.png", 'wb')
localFile.write(myqrcodefile)
localFile.close()
