Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

c64bob/bayimco-notifier

 
 

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
  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
    • TELEGRAM_BOT_TOKEN: The Bot Token from Telegram

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.6%
  • Dockerfile 3.4%