Skip to content

zendamacf/nz-vaccine-pass-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NZ Vaccine Pass Verify

Python script to validate the NZ Covid-19 vaccine pass, specified here.

Scan the QR code, and pass the payload to the script. It will then decode the payload & validate the pass. If valid, it will print out the details of the pass holder. If invalid, it will throw an exception.

Installation

pip3 install -r requirements.txt

Usage

python3 verify.py <qr_payload>

Releases

No releases published

Packages

No packages published

Languages