andrea-campa / piemonte-open-vax-bot

A telegram bot that checks the availability of covid-19 vaccines on ilpiemontetivaccina.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piemonte Open Vax Bot

A telegram bot that sends a notification whenever a new COVID-2019 vaccines open day is published on the Piedmont website: ilpiemontetivaccina.it


Requirements

You can use the setup.sh script in the directory or:

  • Install the python requirements with python3 -m pip install -r requirements.txt

  • Install chromedriver

  • Setup the nginx docker container (docker-compose up -d in the main directory) to share the screenshots with telegram

  • You'll also need to create some blank files in the directory:

    • last_message_id.txt
    • confidential.py
    • mailing_list.txt
    • mailing_list_username.txt
    • reference_page.html

About

A telegram bot that checks the availability of covid-19 vaccines on ilpiemontetivaccina.it

License:MIT License


Languages

Language:Python 98.7%Language:Shell 1.3%