- 🐛 In February 2021 the service started to include data from other countries, so it became less important indicator of local Covid spread (see 📈 the big jump in the chart)
- 💀 In April 2022 the services access was unexpectedly limited to some (foreign?) IPs, breaking the access to GitHub workflow servers, which were performing the 🤖 scraping, breaking the time series (see 📉 the last drop to 0 in the chart).
- ⚰️ Finally the #OstaniZdrav application and all related services were stopped on 2023-03-31, so the code in this repository became unused and unmaintained.
- 🗄️ Repository was archived on 2023-08-19. You can still fork it or we can un-archive it if needed later on.
- 💾 Data can also be found on:
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:
GNU Make, Go 1.17 or later, jq 1.6 or later.
$ sudo apt install golang jq
It is ran hourly on GitHub servers using github action. To run it locally just do:
$ make
- Export analyzer tool from Google exposure notification server
- github.com/wcharczuk/go-chart charting library for Go
- github.com/gocarina/gocsv CSV library for Go
This project was inspired by a devoted team of sledilnik.org, a covid-19 tracker for Slovenia. Other related projects can be found at GitHub.