No description
This repository has been archived on 2026-04-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-12-22 07:22:15 +01:00
impfbot Remove unused import 2025-12-22 07:22:15 +01:00
resources Move resources into own directory 2025-12-22 07:22:15 +01:00
.gitignore Move resources into own directory 2025-12-22 07:22:15 +01:00
impfbot.gif Initial commit 2025-12-22 06:50:10 +01:00
README.md Move resources into own directory 2025-12-22 07:22:15 +01:00
setup.py Ring alarm once appointment was found 2025-12-22 07:22:14 +01:00

Impfbot

Impfbot is a Python scripts which checks periodically for available vaccination appointments against the SARS-CoV-2 / COVID-19 coronavirus on impfterminservice.de which is used in most German federal states.

Impfbot in action

Requirements

  • Python 3
  • Google Chrome

Setup

pip install .

Usage

  1. First copy and rename the resources/config.ini.example to resources/config.ini.
  2. Then add your post codes and transfer codes (if available) to the config file. If you don't have transfer codes, just enter x or some invalid code.
  3. Then start the Python script:
python impfbot

Credits