hannob / vacdec

Python script to decode the EU Covid-19 vaccine certificate
The Unlicense
242 stars 89 forks source link

additional param to decode straight from HC1 string #16

Closed marinobresciani closed 2 years ago

marinobresciani commented 2 years ago

I like the script, but the QR decoding process is most of the time done already at earlier stage (e.g. an integrate app library). Could there be an option to pass the HC1 string as parameter?

hannob commented 2 years ago

I added a param -c to pass a string via the commandline and -t to pass a text file. Feedback welcome.