Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 2.87 KB

README.md

File metadata and controls

45 lines (30 loc) · 2.87 KB

Temporary Exposure Key Export scraper

⚠️ Please note:


Periodic update status

Periodically scrapes the daily data from Slovenian contact tracing app #OstaniZdrav and publishes it into this git repository into data/SI directory.

After scraping all the data, it aggregates some statistics into keycount.csv and .json, which is then plotted onto the keycount.png chart:

Chart of new and active keys on the Corona Warn App server

Requirements

GNU Make, Go 1.17 or later, jq 1.6 or later.

$ sudo apt install golang jq

Running

It is ran hourly on GitHub servers using github action. To run it locally just do:

$ make

Tools & Libraries used

Acknowledgements

This project was inspired by a devoted team of sledilnik.org, a covid-19 tracker for Slovenia. Other related projects can be found at :octocat: GitHub.