Skip to content

A python project for getting current status of corona cases in a particular country.

License

Notifications You must be signed in to change notification settings

smahesh29/CORONA-VIRUS-COUNTRY-STATUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORONA-VIRUS-COUNTRY-STATUS

Objective :

To get corona virus real-time count of a country through Email.

About the Project :

In this Python Project, I had scraped data form https://www.worldometers.info/coronavirus/ using selenium and send data of requested country through Mail.

Installation and Configuration :

  1. Download ChromeDriver

  2. Download ChromeDriver according to your Chrome Version and OS form here and place it in ChromeDriver folder. The current ChromeDriver is for Chrome version 80 and for Windows System.

  3. Install Required Libraries

  4.   pip install -r requirements.txt
    
  5. Configuration

    • Open config.json file
    • Write your email address at line 5 in place of your_email_address
    • Write App passward at line 6 in place of App Passwords Refer this for Creating App passward

Usage :

Use Command :

  python main.py

Releases

No releases published

Packages

No packages published

Languages