Important
I am not affiliated with TinyURL, this is an independent project.
This CLI client shortens URLs using the pyshorteners
library in Python.
Note
Ensure you have Python 3, pip, and git installed on your machine.
Clone the repository
git clone https://github.com/saayxee/linkly
Change directory
cd linkly
Install dependencies
pip install termcolor pyshorteners
Run the script
python linkly.py
Now input the URL you want to shorten and copy your shortened URL!
If you experience any bugs regarding the tool, please open an issue and document the problem in detail so that I can fix it as needed.
If you want to contribute a feature or fix a bug yourself, kindly act per the following instructions/guide:
- Fork the repository.
- Create a new branch for your changes.
- Implement your changes.
- Create a PR.
- Wait for the PR to get approved.
Made by Aayan Zaidi โ๏ธ