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 |