Script helps to identify each hyperlink in a website if it leads somewhere or is broken i.e. ends up at "ERROR 404: Page not found" page
The website which needs to be searched for a broken link is provided as an argument to the script while running.
For Unix based systems please execute the following command to create venv and install requirements.
make init
source .venv/bin/activate
python broken_linkfinder.py [url]