jolsfd / inzidenz-ampel

Inzidenz-Ampel is a tool for fetching the 7-day incidence from the RKI. Written in Python!

Home Page:https://github.com/jolsfd/inzidenz-ampel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

Inzidenz-Ampel

The program uses the API of the RKI to determine the incidence value of a district in Germany. The value describes the new infections per 100,000 inhabitants in one week.

Setup

You need Python installed. You can download it here.

Clone Repository or download on the releases page:

git clone https://github.com/jolsfd/inzidenz-ampel.git

Install requirements:

pip install -r requirements.txt

You need to configure the OBJECT_ID in incidence.py for your district. You can get the OBJECT_ID here.

# Example for Berlin Mitte

OBJECT_ID = "413"

Run

python incidence.py

License

Released under the terms of the MIT License.

About

Inzidenz-Ampel is a tool for fetching the 7-day incidence from the RKI. Written in Python!

https://github.com/jolsfd/inzidenz-ampel

License:MIT License


Languages

Language:Python 89.9%Language:Makefile 10.1%