Skip to content

an automated script that web scrapes a site and automatically emails the results to the receiver's email address.

Notifications You must be signed in to change notification settings

m-agustin/EmailNewsSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CovidNewsEmailer

CovidNewsEmailer is an automated script that web scrapes a site and automatically emails the results to the receiver's email address.

Contains:

  • send_email.py: automated script that sends messages from an email to another email.
    • It requires the user to input the receiver's email, and the sender's email and passpord
  • covid_news.py: automated script that incorporates the module beautifulsoup to web scrape the website Cp24.

To use:

  • Download the repository
  • On your terminal, type the code: python covid_news.py
  • Script will webscrape the latest local covid news in Cp24 and send the results to the receiver's email.

email example

Improvements that can be done:

  • Have all the webscraped results from covid_news.py be sent in one email instead of individual messages.

About

an automated script that web scrapes a site and automatically emails the results to the receiver's email address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages