Skip to content

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

Notifications You must be signed in to change notification settings

Antje3/sachsen-impfnotifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%