Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Covid-19-Updater/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Covid-19-Updater

Get hourly updates of Covid19 cases, deaths and recovered from coronavirus-19-api.herokuapp.com using a desktop app in Windows.

## Setup instructions

Before executing the script,you need to install the following libraries:
```shell
user@debian:~/home/covid$ pip install requests
user@debian:~/home/covid$ pip install win10toast
```
In order to execute the script you will need to use the terminal:
```shell
user@debian:~/home/covid$ python covid-19-updater_boy.py
```

## Developed by [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

## Disclaimers

Use the code by your own responsibility and risks.