Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 2.19 KB

README.md

File metadata and controls

55 lines (49 loc) · 2.19 KB

GitHub last commit GitHub repo size GitHub release (latest by date)

GitHub stars

COVID-19 STATS FINDER (Indian Edition 🇮🇳)


This is a CLI based Python Project which uses Selenium Chromedriver to scrap two websites which contains the covid19 related data for India.


Sample 1 - SIMPLE STAT OF 1 SELECTED STATE

asciicast

Sample 2 - ALL STATES' COVID DATA (old)

asciicast

Sample 3 - ALL STATES' COVID DATA (New!)

asciicast

Requirements -

  1. Python 3
  2. Selenium
  3. Pandas
  4. Tabulate
  5. 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.)

Getting Started

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.


Contact


forthebadge made-with-python ForTheBadge built-with-love