Wrapper for [Bitly API](https://api.ksprojects.me/bitly)
Project description
BitlyAPI
Installation
pip install bitly-api-python
Documentation
You can read our Documention on https://api.ksprojects.me/docs
Examples
Short Url
from BitlyAPI import shorten_urls
urls = ["https://github.com/Krishna-Singhal", "...", "..."]
response = shorten_url(urls)
# print all shotened urls
for i in response:
print(i.long_url, i.short_url, i.status_txt)
Parameters
Parameter | description |
---|---|
urls |
List of Long urls |
Version
from BitlyAPI import __version__
print(__version__)
Copyright
Copyright (C) 2022 by Krishna-Singhal, < https://github.com/Krishna-Singhal >.
All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bitly-api-python-1.0.3.tar.gz
(15.0 kB
view hashes)
Built Distribution
Close
Hashes for bitly_api_python-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6057c573a64ed9b69afa30cd2b05f936e28211dd75e9313b1addd31f04e06688 |
|
MD5 | f2779ae7aaad75a2a9a334b638cf530c |
|
BLAKE2b-256 | 2dd83b0bc285423ef4b40cb40f46f2dbd5a0ae52addf65a178c5b59742a3089f |