A script that prints out a list of all EXTERNAL references in the HTML response to an HTTP/S request
A script that prints out a list of all EXTERNAL references in the HTML response to an HTTP/S request.
pip install -r requirements.txt or pip3 install -r requirements.txt
python3 external_link.py [URL] URL be http://www.abc.com or https://www.abc.com
python3 external_link_scraper.py https://www.rit.edu
GitHub