/website_scanner

Python scripts to scan websites for issues

Primary LanguagePythonMIT LicenseMIT

Website scanner

This tool allows you to scan a website for broken links and issues.

Install and usage

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"

Liability and risk

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.