Wrappper for https://shrtfly.com/api
Project description
Install
Pypi
pip install shrtfly
GitHub
pip install git+https://github.com/1Marcuth/shrtfly-py.git
Simple use example
from ShrtFly import ShrtFly, MAINSTREAM, ADULT
shortener = ShrtFly("YOUR API TOKEN HERE")
url_info = shortener.shorten(
url="https://1marcuth.github.io/", # URL you want to shorten
alias="url-alias", # URL alias
is_text_format=False, # Whether the result from the server is going to be text
ads_type=MAINSTREAM # Ads type, you can define two types, there is no way to define banner and also you don't need to define if you want url with ads
)
url_info.get_raw_data() # Result of all
url_info.get_shortened_url() # Resulting URL
url_info.get_status() # Resulting status ("success" | "error")
url_info.get_message() # Resulting message (if the api sent a message)
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
shrtfly-0.0.0.0.3.tar.gz
(3.2 kB
view details)
File details
Details for the file shrtfly-0.0.0.0.3.tar.gz
.
File metadata
- Download URL: shrtfly-0.0.0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97cacf5c9d5eb1a3a633587c1ecd7256a6f28497f32bef808fcce0722dd54b2d |
|
MD5 | 070fc37b9cfe2657552b7ac37a9f91b9 |
|
BLAKE2b-256 | d191d0a3cf4a3228b59fa573e265ecb40307eab614078a4846c05d1b9616a468 |