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.
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"
python incidence.py
Released under the terms of the MIT License.