Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page