Created
June 26, 2020 11:41
-
-
Save dannylinden/3736a612b5ab47928c97c1d8e8dbece9 to your computer and use it in GitHub Desktop.
Show Corona-Warn-App Warning Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install leveldb python3 \ | |
&& curl -L https://github.com/mh-/diagnosis-keys/archive/master.zip --output diagnosis-keys.zip \ | |
&& unzip diagnosis-keys.zip \ | |
&& cd diagnosis-keys-master \ | |
&& pip3 install -r requirements.txt \ | |
&& curl https://svc90.main.px.t-online.de/version/v1/diagnosis-keys/country/DE/date/2020-06-26/hour/10 --output 2020_06_26_10 \ | |
&& ./parse_keys.py -d 2020_06_26_10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment