This is a python package for t.ly url shortener service.
Project description
This is a python package for t.ly url shortener service. Developed by Priom Deb with supports from t.ly team.
Acknowledgement
Thank you t.ly for giving me the opportunity to make this python wrapper/library for t.ly url shortener service. I would like to give a special thank you to Tim Leland from t.ly to cooperate and help me for this project. This is a great honour for me to make this package for t.ly url shortener service.
Install the package
pip install tdotly
tdotly 1.0a1.dev1
This is a developmental release of an alpha release. You can try it now. The package has built-in documentation of all its methods. Visit GitHub project page for more information.
Documentation
from tdotly import tly
# Create an instance
short = tly.tly_shorturl()
# Initialize with your API token from t.ly account
short.initialize(user_api_token)
Methods | Description |
---|---|
short.create_short_url("https://example.com") | Create a short url for a long url |
short.short_url_stats(short_url="https://t.ly/xxxx") | Get the stats for the short url |
short.get_short_url_info(user_short_url) | Get information of your short url |
short.edit_url_settings(**kwargs) | Update/Edit some settings of your short url |
short.delete_short_url("t.ly/xxxx") | Delete your short url |
short.expand("https://t.ly/xxxx") | Expand your short url to see the original long url and the expired status of short url |
More documentation will updated soon.
For any help contact the the package developer Priom Deb or the t.ly Support.
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
Built Distribution
File details
Details for the file tdotly-1.0a1.dev3.tar.gz
.
File metadata
- Download URL: tdotly-1.0a1.dev3.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1e6cdcde174fbba1c1faef70b5e24e1e0138883d53d5a163e5bda1a41a1f5cc |
|
MD5 | 9f37a82d50e079c47d503cbf4766ba72 |
|
BLAKE2b-256 | 374f9dda98000bbcd7850d538d31056ec62f1af027694bd6367f077312790527 |
File details
Details for the file tdotly-1.0a1.dev3-py3-none-any.whl
.
File metadata
- Download URL: tdotly-1.0a1.dev3-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86ddb51b2971fbf81eb2e410b9d0f576de403b6ef0793f7169ddf386515010c5 |
|
MD5 | 91241250b2c812b87f398aecb7e56dee |
|
BLAKE2b-256 | ba53179800ba64f8546e89eb888c536ca25306856c1a9dd0922306be98882452 |