Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dannylinden/3736a612b5ab47928c97c1d8e8dbece9 to your computer and use it in GitHub Desktop.
Save dannylinden/3736a612b5ab47928c97c1d8e8dbece9 to your computer and use it in GitHub Desktop.
Show Corona-Warn-App Warning Data
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