This is a tool, which allows to parse Basis, a campus managment system for updates to your grades.
pipenv install
The entire configuration has to be in a file called config.py. An example is provided in config_example.py. The GradeTableNum is the index of the field of study in that element (0 if you only have one).
Build docker image
docker build -t basis-grade-change .
Running the docker image
docker run -d basis-grade-change
Look into the logs
docker logs -f <whatever-name-your-container-has>