An open API service indexing awesome lists of open source software.

https://github.com/idjoo/logbook-script

python script for filling logbook automatically using selenium.
https://github.com/idjoo/logbook-script

automation python selenium

Last synced: about 1 month ago
JSON representation

python script for filling logbook automatically using selenium.

Awesome Lists containing this project

README

          

# logbook-script
python script for filling logbook automatically

## Running this app locally

To run this app locally on your machine:

1. Install all required libraries

```pip install --requirement requirements.txt```

2. Run the app using gunicorn

```gunicorn app:app --timeout 120 --keep-alive 120```