Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 328 Bytes

sitealert

Checks if the given URL does not return the 4xx or 5xx status.

Usage

Tested on Python 3.11.

Install requirements

pip install -r requirements.txt

Run the script

python sitealert.py -u https://example.com -w https://your.webhook.url/here

Currently only Discord webhooks are supported.