Ever wondered how many corona cases there are in Finland?
Wonder no longer!!?!?! This bot will tell you the current corona cases in Finland.
You will also need a telegram bot to test things: Bots
git clone https://github.com/etkot/corona-bot
cd corona-bot
firebase init
cd ./functions
yarn install
You will need a firebase project to do this. Follow the instructions on the firebase site to set it up Firebase Also activate the functions for that project Funtcions
Then in the /functions
folder
yarn deploy
This will deploy the project to firebase.
Then you will need to set the bot's webhook properly. Telegram webhook tutorial
The url should look like https:///apiEndPoint/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.