Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smahesh29/corona-virus-country-status
A python project for getting current status of corona cases in a particular country.
https://github.com/smahesh29/corona-virus-country-status
coronavirus coronavirus-info coronavirus-real-time python selenium selenium-python selenium-webdriver
Last synced: about 2 months ago
JSON representation
A python project for getting current status of corona cases in a particular country.
- Host: GitHub
- URL: https://github.com/smahesh29/corona-virus-country-status
- Owner: smahesh29
- License: mit
- Created: 2020-05-02T12:35:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T15:30:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T12:40:44.083Z (almost 2 years ago)
- Topics: coronavirus, coronavirus-info, coronavirus-real-time, python, selenium, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 4.32 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :
Download ChromeDriver
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.
Install Required Libraries
pip install -r requirements.txt
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