Skip to content

Instantly share code, notes, and snippets.

View dannylinden's full-sized avatar
🚀
It's time to build awesome Software.

Danny Linden dannylinden

🚀
It's time to build awesome Software.
View GitHub Profile
@dannylinden
dannylinden / gist:3736a612b5ab47928c97c1d8e8dbece9
Created June 26, 2020 11:41
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