The module consists of two scripts.
decoder.py
which verifies the signing keys and additional keys.flask_app.py
is a web host overdecoder.py
so requests can be sent for testing
The code was tested on Python 3.8.10, but should be compatible with Python>=3.7.
To install required dependencies,
$ pip3 install requirements.txt
The following dependencies needs to be installed only if flask app needs to be deployed.
$ pip3 install flask_requirements.txt