https://github.com/harkerbyte/bitly-api-python
Fixed Connection library issues
https://github.com/harkerbyte/bitly-api-python
connection-fix kali-linux python termux url url-shortener
Last synced: about 1 year ago
JSON representation
Fixed Connection library issues
- Host: GitHub
- URL: https://github.com/harkerbyte/bitly-api-python
- Owner: harkerbyte
- License: mit
- Created: 2022-08-23T21:42:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T06:16:12.000Z (over 2 years ago)
- Last Synced: 2023-12-22T07:28:18.914Z (over 2 years ago)
- Topics: connection-fix, kali-linux, python, termux, url, url-shortener
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
bitly API python library
========================
## Installation
pip uninstall bitly_api -- if you had previously installed the library
now clone this :-- https://github.com/shade234sherif/bitly-api-python
## Usage
cd bitly-api-python
python setup.py
python short.py[url]
## Alternative
check here https://github.com/harkerbyte/bitly-free
## 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= nosetests
## API Documentation
http://dev.bitly.com/
## Socials