Automatic generation of printers status page based on Jinja2 templates and GitHub issues.
Author: David-Estevez
- Install dependencies:
pip install -r requirements.txt
. - Copy the
website
folder to the corresponding directory in your website server. - Run the generate script with the path of the index.html file to write:
python generate.py -o path/to/website/index.html
.
You will have to schedule the execution of generate.py in order to have an updated webpage.
- Bootstrap.
- Based on the Based on the One Page Wonder template.