https://github.com/smahesh29/django-corona-updates
A django website which will give live count of corona virus cases along with maps, graphs and news.
https://github.com/smahesh29/django-corona-updates
corona coronavirus coronavirus-analysis coronavirus-real-time covid19 django-application django-corona
Last synced: 8 months ago
JSON representation
A django website which will give live count of corona virus cases along with maps, graphs and news.
- Host: GitHub
- URL: https://github.com/smahesh29/django-corona-updates
- Owner: smahesh29
- Created: 2020-03-26T10:55:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T13:08:24.000Z (over 5 years ago)
- Last Synced: 2025-01-06T05:28:02.231Z (9 months ago)
- Topics: corona, coronavirus, coronavirus-analysis, coronavirus-real-time, covid19, django-application, django-corona
- Language: Python
- Size: 719 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Corona-Updates
A django website which will give live count of corona virus cases along with maps, graphs and news.# Those how want's to contribute to this project [Join the Group to discuss](https://chat.whatsapp.com/I0vGR9Simf65hUmP1PdtBe)
The Base folder contains Django Poject Code.
The Web Scraping folder contains a python project which scrap data from https://www.worldometers.info/coronavirus/ In result it gives
1) Number of infected people's
2) Number of deaths
3) Number of people recovered
4) Analysis based on individual countries
5) A bar graph showing countries and number of people affected by corona virus
6) Also generate a CSV file of the report and png file of the graphUseful Websites for Scraping :
1) WORLDOMETER: https://www.worldometers.info/coronavirus/
2) BNO News: https://bnonews.com/index.php/2020/03/the-latest-coronavirus-cases/ and https://bnonews.com/index.php/2020/03/tracking-coronavirus-real-time-visualizations/
3) JHU CSEE: https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6Fork this repository, Django developers use the base code and add your code to it, Make a folder with your name, add your project to it and make pull request. Those who don't know django share your code by making a folder of your name.
Credits will be given to all the contributors.