We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f652e15 commit dcf702cCopy full SHA for dcf702c
Covid-19-Updater/README.md
@@ -0,0 +1,21 @@
1
+# Covid-19-Updater
2
+
3
+Get hourly updates of Covid19 cases, deaths and recovered from coronavirus-19-api.herokuapp.com.
4
5
+## Setup instructions
6
7
+Before executing the script,you need to install the following libraries:
8
+```shell
9
+user@debian:~/home/covid$ pip install requests
10
+user@debian:~/home/covid$ pip install win10toast
11
+```
12
+In order to execute the script you will need to use the terminal:
13
14
+user@debian:~/home/covid$ python covid-19-updater_boy.py
15
16
17
+## Developed by [Avinash Kr. Ranjan](https://github.com/avinashkranjan)
18
19
+## Disclaimers
20
21
+Use the code by your own responsibility and risks.
0 commit comments