Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Tags: muffix/byImpf

Tags

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from muffix/add-notification

Add support for notificaitons through ntfy.sh

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from muffix/support-variants

The BayIMCO API has changed and now requires the vaccination number
(first, second or boost) to find available appointments. In the case of
a second jab, it also requires the variant used for the first one.

This change updates the checker to support that.

Additionally, filtering for vaccines targeting a specific variant is now
supported.

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
muffix Björn Marschollek
Add pre-commit hooks

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
muffix Björn Marschollek
Support `--latest-day`

Allows users to specify the latest acceptable date for an appointment.
By using `--earliest-day` and `--latest-day`, we can now specify an
exact time range for the appointment.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
muffix Björn Marschollek
Fix earliest_day parameter

Fixes a bug where we're trying to work with an earliest day that might
be None.

Fixes: #1

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
muffix Björn Marschollek
Publish to Github Packages when creating a release

Publishes a Docker image to Github Packages when creating a release