Daily body temperature and symptom record tracking
This tool is for NCKU students or staff member to automatically submit temperature and footprint status to school questionary system.
Bring your own webdriver for this tool. Chrome is preferred. (default driver is located at ./chrome_drivers/chromedriver.mac64_m1
)
Edit .env
as follow, we can use pipenv to load these values.
STUDENT_ID=
PASSWORD=
WEBDRIVER={path of webdriver / relative or absolute}
Python dependencies are required. Please use pyenv
to install python3.9 and use pipenv
to install tool dependencies.
# in project root
pyenv install 3.9.1
pyenv local 3.9.1
pip install pipenv
pipenv --python $(pyenv which python)
pipenv install
pipenv run automator/main.py # run
above script is not mandatory, if you know the drill, you can set it up by yourself.
Setup cronjob to automate this script.
Contributing to this repo is welcome.
- Submit issues or PRs
Chai-Shi Chang ([email protected])