FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

bitly-api-python/README.md at master · laurentrivard/bitly-api-python · GitHub

Latest commit

 

History

History
20 lines (11 loc) · 580 Bytes

File metadata and controls

20 lines (11 loc) · 580 Bytes

bitly API python library

Installation

pip install bitly_api

Run tests

Your username is the lowercase name shown when you login to bitly, your access token can be fetched using the following ( http://dev.bitly.com/authentication.html ):

curl -u "username:password" -X POST "https://api-ssl.bitly.com/oauth/access_token"

To run the tests either export the environment variable or set it up inline before calling nosetests:

bitly-api-python $ BITLY_ACCESS_TOKEN=<accesstoken> nosetests

API Documentation

http://dev.bitly.com/


Back | FazBrowse Home | New Git URL