This tool allows you to scan a website for broken links and issues.
This tool requires a Python 3.12 installation (other versions might work but have not been tested).
To install the system, run:
make install
Then, run the following to activate the environment:
poetry shell
To then run the analysis, run (adapting to the URL of your site):
python main.py "https://www.your-custom-value.url"
NOTE: This software comes with no guarantee. You are using it at your own risk and under your own responsibility. No liability will be accepted.