Awesome-Python-Scripts/url_shortener
dependabot[bot] 5369ed2d52
Bump idna from 2.10 to 3.7 in /url_shortener
Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 22:13:21 +00:00
..
README.md url_shortener files were added (#191) 2020-10-14 16:15:23 +05:30
requirements.txt Bump idna from 2.10 to 3.7 in /url_shortener 2024-04-11 22:13:21 +00: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 )