Skip to content

This application provides a bot which collects data about corona and displays it in Telegram

License

Notifications You must be signed in to change notification settings

Tsatsch/Corona-Infections-Tracker

Repository files navigation

Corona infections tracking application

The microservice is running on Docker Droplet of cloud.digitalocean.com and uses docker image semenovalexander/corona-inzidenz (https://hub.docker.com/repository/docker/semenovalexander/corona-inzidenz)

Data Usage

Data sources are https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html and https://infogram.com/coronafallzahlen2-1hdw2jwlnqxp4l0

App Usage

to make the Telegram bot work, you will need the token. You can create a new bot using @BotFather. You will need a simple docker-compose.yml to fill the ENV (environmental variables) of Dockerfile. No addtional configuration needed.

Docker-compose

Here is how a docker-compose.yml can look like

version: '3'
services:
  corona-inzidenz:
    image: semenovalexander/corona-inzidenz:3
    environment:
      TOKEN: <yourtoken>
    restart: always

Notice

The application is currently only privatly used. So, feel free to try it out on your own. I plan to improve the interface and usability for the bot interaction. After that, I will make it public in form of a telegram group.

About

This application provides a bot which collects data about corona and displays it in Telegram

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published