Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushmankumar7/covid19_case_notification

This a Python script which gives live updates on New Covid19 patients in a Particular country(here India by default). Link to Website :
https://github.com/ayushmankumar7/covid19_case_notification

beautifulsoup4 covid-19 firebase flask python3 requests

Last synced: 23 days ago
JSON representation

This a Python script which gives live updates on New Covid19 patients in a Particular country(here India by default). Link to Website :

Awesome Lists containing this project

README

        

# Covid19_Case_Notification
This a Python script which gives live updates on New Covid19 patients in a Particular country(here India by default)

## Steps to Follow

### > Linux

```shell
$ sudo apt install python-gi gir1.2-notify-0.7

$ pip3 install beautifulsoup4

$ python3 main.py

$ pip3 install flask

$ pip3 install firebase-admin

```
### > Windows

```shell
$ pip install win10toast

$ pip install requests

$ pip install beautifulsoup4

$ python main.py

$ pip install flask

$ pip install firebase-admin

```

## Current State

### > Terminal
![](images/currentState.png)

### > Notification

#### > Linux
![](images/Notification.png)
#### > Windows
![](images/windows.png)

## Current Technology Stack

![](images/techStack.png)