This sleek Node.js application checks BayIMCO (impfzentren.bayern) platform for available appointments and can notify you via Telegram.
- Create a telegram bot
- 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 earlierTELEGRAM_BOT_TOKEN: The Bot Token from Telegram