Fedora Packages

python-bitlyapi

A thin python wrapper for the bit.ly REST API

This is a thin Python wrapper for the bit.ly API. Basic usage looks like this: >>> import bitlyapi >>> b = bitlyapi.BitLy(api_user, api_key) >>> res = b.shorten(longUrl='http://www.google.com/') >>> print res['url'] 'http://bit.ly/6Hwstb' >>> print res['long_url'] 'http://www.google.com/'

Releases Overview

Release Stable Testing
EPEL 7 0.1.1-5.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-bitlyapi dash maintainers at fedoraproject dot org.



Sources on Pagure