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.
- Host: GitHub
- URL: https://github.com/idjoo/logbook-script
- Owner: idjoo
- License: mit
- Created: 2022-05-24T16:37:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T08:49:25.000Z (over 3 years ago)
- Last Synced: 2025-02-27T03:56:34.636Z (over 1 year ago)
- Topics: automation, python, selenium
- Language: Python
- Homepage: https://logbook-script.cocatrip.xyz
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```