Awesome-Python-Scripts/url_shortener
dependabot[bot] ee565b48a4
Bump urllib3 from 1.25.10 to 1.26.5 in /url_shortener (#252)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.10...1.26.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-08 11:58:31 +05:30
..
README.md url_shortener files were added (#191) 2020-10-14 16:15:23 +05:30
requirements.txt Bump urllib3 from 1.25.10 to 1.26.5 in /url_shortener (#252) 2022-02-08 11:58:31 +05:30
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 )