From d7d9fd5d70544f2fe84e37efa8f946938bd43ed1 Mon Sep 17 00:00:00 2001 From: Felipe Augusto Date: Fri, 27 Mar 2020 17:30:07 -0300 Subject: [PATCH] add explanation --- readme.MD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.MD b/readme.MD index 9ed2000..ddbdb3f 100644 --- a/readme.MD +++ b/readme.MD @@ -1,5 +1,11 @@ -# COVID-19 Telegram updates every day +# COVID-19 statistics updates at Telegram -Data is hosted in `https://github.com/pomber/covid19` +## How it works -Integration with [Telegram Action](https://github.com/appleboy/telegram-action) \ No newline at end of file +It gets data from https://github.com/pomber/covid19, and makes it available in a channel on Telegram via [Telegram Actions](https://github.com/appleboy/telegram-action). + +You can enter the [channel for Brazil](http://t.me/covid19brazil) to see the updates. + +## Extending + +To extend this project for you country you can fork and replace the `TELEGRAM_TO` secret in your repository, using the channel id for it. \ No newline at end of file