Skip to content

19emtuck/app_covid

Repository files navigation

first

this application is a mix between puppeteer and flask project. you need both to get this work. This is dedicated to self hosted person who want to automatize a bit.

test project

First create a users.json file in the same directoy with a bunch of user (usually family scope) you want them to access app.

[
    {
        "nom": "Test",
        "prenom": "Gérard",
        "date": "09/09/1946",
        "lieu": "Lieu dit",
        "addresse": "20 rue de la fourche",
        "ville": "Paris",
        "postal": "75003"
    },
]
npm install qrcode
npm install pdf-lib
export FLASK_APP=app_covid.py
flask run -p 8080 -h 0.0.0.0 --reload

Launch puppeteer once to download last details.

node node_covid.js

About

Automatisation d'attestation COVID (france)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published