Skip to content

This project scrapes data of COVID19 cases in India and sends emails at time to time basis.

License

Notifications You must be signed in to change notification settings

himansh1314/COVID19-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19-notifier

This project scrapes data of COVID19 cases in India and sends emails at time to time basis. Requirements: Requires BeautifulSoup library to be installed You can do so by typing pip install beautifulsoup4 in your command line. Command line arguments:

--emails: Path to text file where all the emails are stored
--loginid: Email id through which you would like to send the mails
--password: Password of the corresponding ID. NOTE: GMail requires App Specific password
--frequency: Time in minutes for sending email notifications.

Whenever you're done sending the emails, kindly quit the program using Keyboard Interrupt Ctrl+C so that SMTP server can be disconnected. For adding the email ids in the text file, please enter different ids at different lines. Or simply input all the emails in command line by adding ','.

About

This project scrapes data of COVID19 cases in India and sends emails at time to time basis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages