hendrixfan / sachsen-impfnotifier

Tool that checks the vaccination portal of Saxony for available appointments for specified vaccination centres.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sachsen Impfnotifier

This tool regularly checks the vaccination portal of Saxony, Germany for available appointments for specified vaccination centres.

Usage

Node.js and npm are required. You also need to be registered on the vaccination portal before being able to use this tool.

  1. Run npm ci to install dependencies
  2. Set the following environment variables
    Env var Required Description
    USER_NAME Yes Your so called "Vorgangskennung"
    PASSWORD Yes Your Password
    CENTRES Yes Comma separated list of centres to check: Belgern-Schildau, Borna, Kamenz, Chemnitz, Dresden, Treuen, Annaberg-Buchholz, Löbau, Leipzig, Mittweida, Pirna, Riesa, Zwickau
    DELAY No Delay between each check (5 min by default)
  3. Run node index.js
  4. Wait for the notification and be lucky

About

Tool that checks the vaccination portal of Saxony for available appointments for specified vaccination centres.


Languages

Language:JavaScript 100.0%