Skip to content

Registration to receive excess vaccine against COVID-19 is now made easy by using a small python script.

Notifications You must be signed in to change notification settings

tomsaudrins/excess-vaccine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Register for excess Vaccine in Copenhagen

Small python script to speed-up the application process for the excess vaccine provided by the CPH region. Should be working even after website requests for more cookies, as it will select the minimum required every time. As this possibility was just anounced, I am not sure if the URL for the application itself changes, therefore it is retrieved every time.

Installation

Installing the dependencies:

$ pip install -r requirements.txt

Example:

from Vaccine import Register
Register(name = "Jens L. Bech", age = "49", address = "Skolevej 14, 2", zipcode = "1868 Frederiksberg C", phone = "29291981", center = "Øksnehallen, Halmtorvet 11, København V")

About

Registration to receive excess vaccine against COVID-19 is now made easy by using a small python script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages