AlexAtHome / sitealert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 100.0%