This sleek Node.js application checks BayIMCO (impfzentren.bayern) platform for available appointments and can notify you via Telegram.
- Create a telegram bot, set
TELEGRAM_BOT_TOKEN
inconstants.js
- Retrieve the bot's chat ID on your target Telegram device (where you want to receive the notifications)
- Register on impfzentren.bayern
- Start bot (
yarn; node .
or build and use the Docker image) using the following environment variables:EMAIL
: The e-mail you registered with on BayIMCOPASSWORD
: The password you registered with on BayIMCO (sorry, plaintext!)CITIZEN_ID
: The citizen ID (located in URL on BayIMCO) to watch for appointments forTELEGRAM_ID
: The destination chat ID you retrieved earlier