home · contact · privacy
Remove redundant whitespace.
[berlin-corona-table] / README.txt
1 Daily updated table of development of Berlin's Corona virus infections.
2
3 How this works:
4
5 Each day, the Berlin health ministry publishes by-district data of the day's
6 registered new Corona infections at [1].  ./update.sh crawls this and appends
7 the day's data as a single line to ./daily_infections_table.txt, then calls
8 ./enhance_table.py which outputs an enhanced version of the data to
9 /var/www/html/berlin_corona.{txt|html}, which is served by my web server at [2].
10 A systemd timer whose files are provided as ./berlin-corona-table.service and
11 ./berlin-corona-table.timer calls ./update.sh once per day, when the new daily
12 data are expected to be found at [1].
13
14 [1] https://www.berlin.de/lageso/_assets/gesundheit/publikationen/corona/bezirkstabelle.csv 
15 [2] https://plomlompom.com/berlin_corona.txt & https://plomlompom.com/berlin_corona.html
16
17 Set-up:
18
19 sudo cp berlin-corona-table.service /etc/systemd/system/
20 sudo cp berlin-corona-table.timer /etc/systemd/system/
21 sudo systemctl enable --now berlin-corona-table.timer