A Wrapper to communicate with the https://abre.ai API
Project description
Install
Pypi
pip install abreai
GitHub
pip install git+https://github.com/1Marcuth/encurtanet-py.git
Simple use example
from abreai import AbreAi
shortener = AbreAi()
url_info = shortener.shorten(
url="https://google.com", # Your url
alias="url-alias" # Alias of the url
)
shortened_url = url_info.get_shortened_url()
print(url_info.get_shortened_url())
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
abreai-1.0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file abreai-1.0.1.tar.gz
.
File metadata
- Download URL: abreai-1.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f7101f8e7e9f978222347b462eabd946082ed75e878ef2f49a037bc113d9fca |
|
MD5 | 8bd509aee95b74c8cb72024b26374474 |
|
BLAKE2b-256 | fa0d453cbc4b391e728a4eab166a9674202c4363576351cd4939b53026bfe3ac |