Put a configfile in configs
for each monitored uri
A config may look like this:
{
"name": "MyName",
"url": "https://www.python.org"
}
name
is mandatoryurl
is mandatory
git clone https://github.com/holgersielaff/pyptimerobot
cd pytimerobot
python3 -m venv venv
./venv/bin/python3 -m pip install -r requirements.txt
./venv/bin/python3 robot.py
To build a web frontend later :)