Awesome-Python-Scripts/url_shortener
Ayush Bhardwaj 06b8855f5f
Merge pull request #310 from hastagAB/dependabot/pip/url_shortener/certifi-2023.7.22
Bump certifi from 2022.12.7 to 2023.7.22 in /url_shortener
2023-10-09 14:39:43 +02:00
..
README.md url_shortener files were added (#191) 2020-10-14 16:15:23 +05:30
requirements.txt Merge pull request #310 from hastagAB/dependabot/pip/url_shortener/certifi-2023.7.22 2023-10-09 14:39:43 +02:00
url_shortener.py url_shortener files were added (#191) 2020-10-14 16:15:23 +05:30

url_shortener

Some urls are really long, you should short them with this script! This script uses requests for sending HTTP requests and uses BeautifulSoup from bs4 for web scraping.

Python: 3.7 Build Status

Installation

(SOURCE_DIR)$ pip3 install -r requirements.txt

Usage

(SOURCE_DIR)$ python3 url_shortener.py [-u, --url] [URL]

Other

By Sam Ebison

If you have found any important bug or vulnerability, contact me pls, I love learning ( email: ebsa491@gmail.com )