https://github.com/u7p4l-in/url-shortener
A URL shortener is a tool that takes a long and unwieldy URL (Uniform Resource Locator) and converts it into a shorte
https://github.com/u7p4l-in/url-shortener
python3 url-shortener url-shortener-microservice
Last synced: 6 months ago
JSON representation
A URL shortener is a tool that takes a long and unwieldy URL (Uniform Resource Locator) and converts it into a shorte
- Host: GitHub
- URL: https://github.com/u7p4l-in/url-shortener
- Owner: U7P4L-IN
- License: mit
- Created: 2023-01-30T11:33:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T05:04:47.000Z (over 1 year ago)
- Last Synced: 2024-05-11T05:46:03.752Z (over 1 year ago)
- Topics: python3, url-shortener, url-shortener-microservice
- Language: Python
- Homepage:
- Size: 3.01 MB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

URL SHORTENER
## Language
![]()
> [!INFORMATION]
>
> A URL shortener is a tool that takes a long and unwieldy URL (Uniform Resource Locator) and converts it into a shorter, more concise version. The shortened URL redirects to the original, longer URL when accessed### Tested On :
* Kali Linux
* Kali Nethunter
* Termux ( Rooted/NonRooted Devices)
## Contributing
Feel Free To Clone This Project. For Major Changes, Please Open An Issue First To Discuss What You Would Like To Change Or Add, Thank You!!.## Requirements
```
python-3
pip
Internet Connection
And some other python packages
```
### Install Requirements (on Linux/Termux)```python
>> pip install pyshorteners
```TERMINAL INSTALLATION
### TERMUX INSTALLATION >
```python
apt update && apt upgrade -y
pkg install git
pkg install python
rm -rf Url-Shortener
git clone --depth=1 https://github.com/U7P4L-IN/Url-Shortener.git
cd Url-Shortener
chmod +x *
python3 ushort.py
```
TERMUX >
![]()
### Kali Linux / Ubuntu / Parrot OS :
```python
sudo apt-get update && apt-get install git
git clone https://github.com/U7P4L-IN/Url-Shortener.git
cd Url-Shortener
ls
sudo python3 ushort.py
```KALI LINUX >
![]()
LICENSE
Url Shortener is released under the MIT license, which grants the following permissions:
- Commercial use
- Modification
- Distribution
- Patent use
- Private useFor more convoluted language, see the [LICENSE](/LICENSE).
# Report bugs
If you notice issues while installing this tool or running this tool kindly mail to me at Gmail or Open an issue via github.
LANGUAGE >
![]()
DESCRIPTION
> [!NOTE]
> All the tools are belongs to their copyright owner, and this use is in accordance with the terms and conditions of the copyright holder.# Give A Star ⭐
> You can also give this repository a star to show more people and they can use this repository