A script that prints out a list of all EXTERNAL references in the HTML response to an HTTP/S request
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/01/a-script-that-prints-out-a-list-of-all-external-references-in-the-html-response-to-an-http-s-request_61ef23a0bc094-375x210.jpeg)
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