Skip to content

killerSwitch/Scraper-covid-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Scraper-covid-19

A scraper that scrapes Covid-19 table from Ministry of Government and Family Welfare website every hour. If any changes occur, then an email is sent to the GMAIL account notifying the change with appropriate messages.

The conda environment can be created using conda create --name <env> --file requirements.txt.
Other Requirements:

  1. Chrome Web Driver- which can be downloaded from here. It is to be placed in the same project folder.
  2. A JSON file containing the EMAIL and PASSWORD of GMAIL account as follows
   {
    "EMAIL": <gmail_address>,
    "PASSWORD": <password>
   }

To run the script

python scraper.py --file <path to JSON file containing Gmail Credentials>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages