https://github.com/simonfelding/vaxget
Automatically fills in the RegionH leftover vaccine form (SurveyXact type questionnaire)
https://github.com/simonfelding/vaxget
Last synced: 11 months ago
JSON representation
Automatically fills in the RegionH leftover vaccine form (SurveyXact type questionnaire)
- Host: GitHub
- URL: https://github.com/simonfelding/vaxget
- Owner: simonfelding
- License: gpl-2.0
- Created: 2021-05-02T20:25:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T12:51:52.000Z (about 5 years ago)
- Last Synced: 2025-07-04T14:59:06.464Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vaxget
Automatically fills in the RegionH leftover vaccine form questionnaire (SurveyXact) using python and selenium webdriver. For an arbitrary amount of people.
---
Requires:
---
Selenium server with chrome running. This code is meant for use with the containerized version from dockerhub.
Setup:
---
- Put vaxget.py and vaxlist.yaml in the same folder.
- Edit absolute paths in vaxget.py.
- add something like the following to your crontab: ```30 9 * * * /home/pi/covid19-autofill/vaxget.py >> ~/covid19-autofill/cron.log 2>&1```