https://github.com/s4300/shortenurl-python
https://github.com/s4300/shortenurl-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s4300/shortenurl-python
- Owner: s4300
- Created: 2021-11-16T02:23:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T18:46:16.000Z (over 3 years ago)
- Last Synced: 2024-08-08T20:17:39.134Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shortenurl library
Made by s4300
[Github](https://github.com/s4300/shortenurl-python)\
[PyPI](https://pypi.org/project/shortenurl/)\# Setup
Command: pip install shortenurl\
Script: Coming soon!\# Example code
tinyurl.create("apiToken", "urlToShorten", "alias", "domain")\
tinyurl.change("apiToken", "alias", "domain", "newAlias", and "newUrl")\
tinyurl.update("apiToken", "alias", "domain", "newAlias", "newDomain")# Supported URL shorteners
[TinyURL](https://tinyurl.com/)