Skip to content

Node.js application to notify about available COVID-19 vaccination appointments for Bavarian citizens

Notifications You must be signed in to change notification settings

lucatk/bayimco-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BayIMCO Notifier

This sleek Node.js application checks BayIMCO (impfzentren.bayern) platform for available appointments and can notify you via Telegram.

Usage

  1. Create a telegram bot, set TELEGRAM_BOT_TOKEN in constants.js
  2. Retrieve the bot's chat ID on your target Telegram device (where you want to receive the notifications)
  3. Register on impfzentren.bayern
  4. Start bot (yarn; node . or build and use the Docker image) using the following environment variables:
    • EMAIL: The e-mail you registered with on BayIMCO
    • PASSWORD: The password you registered with on BayIMCO (sorry, plaintext!)
    • CITIZEN_ID: The citizen ID (located in URL on BayIMCO) to watch for appointments for
    • TELEGRAM_ID: The destination chat ID you retrieved earlier

About

Node.js application to notify about available COVID-19 vaccination appointments for Bavarian citizens

Resources

Stars

Watchers

Forks