This repository scrapes Ministry of Health and Family Welfare (Government of India) site to give you the latest official data of COVID19 Pandemic in India.
-
Clone the repository
-
Install the required gems using:
$ bundle install
-
Run the scraper using:
$ ruby data_generator
The web scraper daily scrapes the MoFHW site & creates the following files
data/{MM-DD-YYYY}_data.csv
file consisting daily data.data/states_data_aggregated.csv
file consisting daily data appended, useful to draw times series graphs.
Please don't hesitate to make a PR if you have discovered any bugs or open an issue to request more features to this project.
This project is released under MIT License.