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 details)
Built Distribution
File details
Details for the file bitly-api-python-1.0.3.tar.gz
.
File metadata
- Download URL: bitly-api-python-1.0.3.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f197b9f2d3938e555e445e5b08d0605b8da92046658e7cf72d5f6dd9c5898aa |
|
MD5 | b652e062fc73fac618cfb08ee4f16100 |
|
BLAKE2b-256 | bf5db0e983b0289e19a3dcf046dc21ac105f945c5c37dc6472a539e6a71ea069 |
Provenance
File details
Details for the file bitly_api_python-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: bitly_api_python-1.0.3-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6057c573a64ed9b69afa30cd2b05f936e28211dd75e9313b1addd31f04e06688 |
|
MD5 | f2779ae7aaad75a2a9a334b638cf530c |
|
BLAKE2b-256 | 2dd83b0bc285423ef4b40cb40f46f2dbd5a0ae52addf65a178c5b59742a3089f |