Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 930 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 930 Bytes

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 in ms (300000 ms = 5 min by default)
  3. Run node index.js
  4. Wait for the notification and be lucky