Skip to content

denmanveer/corona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

This project is a simple script based on Python. It will send an email with latest stats on CoronaVirus confirmed cases from worldometers.info and canada.ca.

Technologies

Project is created with:

  • Python: 3.6.9
  • Selenium: 3.141.0
  • Chromedriver: 80.0.3987.87-0

Setup

First install following packages:

$ sudo apt update
$ sudo apt install python3.6
$ sudo pip3 install selenium
$ sudo apt install chromium-chromedriver

Things to change:

To run this project:

corona_update.py -c China Canada India USA -e [email protected] [email protected]

(You can pass as many countries and email ids as you want)

About

Get Latest Updates on the cases of CoronaVirus around the world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages