Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbrasiliano/url-shorten
This script shortens URLs requested by the user, generating a concise link to replace the original URL. It simplifies sharing and managing lengthy URLs, providing a more user-friendly alternative. Ideal for improving the efficiency and readability of web links.
https://github.com/yanbrasiliano/url-shorten
pyhton3 python url-shortener
Last synced: about 4 hours ago
JSON representation
This script shortens URLs requested by the user, generating a concise link to replace the original URL. It simplifies sharing and managing lengthy URLs, providing a more user-friendly alternative. Ideal for improving the efficiency and readability of web links.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/url-shorten
- Owner: yanbrasiliano
- License: mit
- Created: 2021-03-06T23:54:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T19:36:18.000Z (5 months ago)
- Last Synced: 2024-06-03T22:36:05.467Z (5 months ago)
- Topics: pyhton3, python, url-shortener
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Shorten URL ✨
Replace the sites and have your own URL shortener.
This script allows you to use it simply and quickly.Step by step: installation and use
1. Clone the repository
git clone hhttps://github.com/yanbrasiliano/url-shorten.git2. If you have not installed the pip package, install via terminal.
sudo apt install python3-pip3. Install requirements.txt
pip3 install -r requirements.txt
Enjoying the script 🏁
![image](https://user-images.githubusercontent.com/72168914/110226025-f5a9bc00-7ec9-11eb-9f28-0ccf80915a80.png)
All shared scripts can be used and improved.