From b7ffebf5512ac7038e728b0eff7b7e1240d46c12 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sat, 9 Oct 2021 15:07:40 +1300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1237e17..5c8cc91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NZCovidBot -Pull data from Github and parse new locations and fire them off to any configured endpoints (Slack, Discord, Twitter(untested)) +Pull data from Github and parse new locations and fire them off to any configured endpoints (Slack, Discord, Twitter(untested)). + +It currently posts if a new row is added or a name/date changes from a previous line. ### About After the twitterbot @nzcovidlocs shut down, I decided to try a different approach, instead of scraping MoH's website, lets parse the raw data!