Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :
- Host: GitHub
- URL: https://github.com/ayushmankumar7/covid19_case_notification
- Owner: ayushmankumar7
- License: gpl-3.0
- Created: 2020-03-25T05:49:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T12:36:12.000Z (over 2 years ago)
- Last Synced: 2023-03-03T00:03:31.756Z (over 1 year ago)
- Topics: beautifulsoup4, covid-19, firebase, flask, python3, requests
- Language: CSS
- Homepage: https://theoss-covid19.herokuapp.com/
- Size: 1.56 MB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)