Make shorten URL with Cuttly API
This Script make shorten URL with custom slashtag
The script take from the user his email and password of cuttly to login to the site and get cuttly api_key to make request with him to make shorten link Each time the script will run it will change the api key before anything for security and make sure that there is no error will happene You can enter you custom slashtag anything that you want with condition it's not used before
Sign up in Cuttly
open your terminal
# install python3
sudo apt install python3
# install python3-pip
sudo apt install python3-pip
# install selenium
sudo pip install selenium
# install chormium-chromedriver
sudo apt install chromium-chromedriver
Get the repo in your device
# clone the github repo
git clone https://github.com/7oSkaaa/Shorten-Link.git
Go to the path of the folder
# get directory of the folder of the project
cd Shorten-Link
run the script
# run the script
python3 main.py
Video of the script: