Scriptable green pass verifier
Project description
Green Pass Verifier
Scriptable green pass verifier. With this application you can automatize accesses based on green pass validity.
Installation
You need to have pip and libzbar to install the application.
You can install it using your favorite package manager, for instance in Ubuntu:
$ sudo apt install python3-pip libzbar0
You can just install the application using pip:
$ pip install greenpass
If you want to install it from sources, install the python3 requirements using the following command:
$ pip3 install -r requirements.txt
Usage
You can feed the application with different file formats, for instance:
Green pass official PDFs
$ greenpass --pdf greenpass.pdf
QRCode images in PNG
$ greenpass --qr greenpass.png
Txt files with the content of the qrcode
$ greenpass --txt greenpass.txt
Standard input and pipes
$ zbarimg --raw greenpass.png | greenpass --txt -
On a side note, you can verify camera-acquired images if your scanner prints the raw content of the QRcode on stdout
$ zbarcam --raw -q1 | greenpass --txt -
The application returns an UNIX compatible code, therefore you can concatenate commands that will be executed only if the green pass is verified.
$ greenpass --qr greenpass.png && echo "green pass ok"
You can also get the expiration configuration using --settings
without
other inputs.
$ greenpass --settings
Pointers
If you want more information on the green pass certification and how to parse or verify it you can refer to the following resources:
Greenpass Encoding documentation
Official Italian Android application
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file greenpass-3.1.tar.gz
.
File metadata
- Download URL: greenpass-3.1.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b54ddacedf213bbf4109a6046962fc5201860e3d925dce80a0b936b04f3fadd |
|
MD5 | d251bb73568ee3d46c3b1899b29e47b4 |
|
BLAKE2b-256 | 5a3c192667f7cded78bbb7469b63ead31688e2f5f5d971c217491771a9c9fc0a |
File details
Details for the file greenpass-3.1-py3-none-any.whl
.
File metadata
- Download URL: greenpass-3.1-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 121250066bf16d640fb97648739c84b25c450afec87290ced2c8169fe90b9d56 |
|
MD5 | 781758c600f55b2ab51fbb2676594205 |
|
BLAKE2b-256 | 922961c2ac6c056ea2c459a3df02dcf6336dac66d82beeecd63dbcf8de687592 |