mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
618d9524d5
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
README.md | ||
requirements.txt | ||
url_shortener.py |
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.
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 )