All Projects → giuseppeM99 → GreenPassVerifyBot

giuseppeM99 / GreenPassVerifyBot

Licence: GPL-3.0 license
A telegram bot to verify the DGC/DCC QR Code

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to GreenPassVerifyBot

DCC-green-pass-decoder
A simple web app to decode EU Digital Covid Certificate/Green Pass QR codes.
Stars: ✭ 42 (+180%)
Mutual labels:  greenpass
it-dgc-opendata
Open Data on the European Digital Covid Certificates (EU DCC) issued and acquired by the national platform
Stars: ✭ 25 (+66.67%)
Mutual labels:  greenpass
verificac19-sdk
✅ Official VerificaC19 Node.js SDK
Stars: ✭ 51 (+240%)
Mutual labels:  greenpass
greenpass-covid19-qrcode-decoder
An easy tool for decoding Green Pass Covid-19 QrCode
Stars: ✭ 64 (+326.67%)
Mutual labels:  greenpass

GreenPassVerifyBot

A telegram bot to verify the DGC/DCC QR Code Try it at https://t.me/GPVerifyBot

Quick Start

  1. Create your own Telegram bot from @BotFather and take the bot token
  2. Set in your environment the BOT_TOKEN variable
    export BOT_TOKEN="TOKEN"

Installation with virtualenv

  1. Install virtualenv and setuptools package
    $ python3 -m pip install --upgrade pip
    $ pip3 install virtualenv setuptools
  2. Make a note of the full file path to the custom version of Python you just installed
    $ which python3
  3. Create the virtual environment while you specify the version of Python you wish to use
    $ virtualenv -p /usr/bin/python3 venv
  4. Activate the new virtual environment
    $ source venv/bin/activate
  5. Install the requirement packages
    (venv) $ pip3 install -r requirements.txt
  6. Run the bot
    (venv) $ python3 bot.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].