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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header

URL SHORTENER

StarsForksIssues
PRsDownload .zip

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)

>> pip install pyshorteners

TERMINAL INSTALLATION

TERMUX INSTALLATION >

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 :

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 use

For more convoluted language, see the 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

About

A URL shortener is a tool that takes a long and unwieldy URL (Uniform Resource Locator) and converts it into a shorte

License:MIT License


Languages

Language:Python 100.0%