Skip to content

holgersielaff/pyptimerobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyptimerobot

Config

Put a configfile in configs for each monitored uri

A config may look like this:

{
  "name": "MyName",
  "url": "https://www.python.org"
}
  • name is mandatory
  • url is mandatory
Installation
git clone https://github.com/holgersielaff/pyptimerobot
cd pytimerobot
python3 -m venv venv
./venv/bin/python3 -m pip install -r requirements.txt
Run the script
./venv/bin/python3 robot.py
Why Flask?

To build a web frontend later :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages