logbook-script python script for filling logbook automatically Running this app locally To run this app locally on your machine: Install all required libraries pip install --requirement requirements.txt Run the app using gunicorn gunicorn app:app --timeout 120 --keep-alive 120