Skip to content

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

License

Notifications You must be signed in to change notification settings

jolsfd/inzidenz-ampel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.