This is a CLI based Python Project which uses Selenium Chromedriver to scrap two websites which contains the covid19 related data for India.
- Python 3
- Selenium
- Pandas
- Tabulate
- Chrome Webdriver and It should be added to PATH(otherwise we have to specify the path explicitly!)
Link for Chrome Webdriver Installation
Note : You have to separately install Chromedriver and add it to the PATH.
For satisfying Python Related requirements, run :
pip install -r requirements. txt
https://github.com/k4kratik/COVID-19-STATS-FINDER/blob/master/requirements.txt#L1-#L3
and Make sure you install the compatible ChromeDriver with your Existing Chrome browser.(It should match your chrome version.)
Fire up a terminal in Project's root directory, and run:
python3 main.py
All kind of Suggestions are welcomed, if you want to contribute, raise a PR.