CovidNewsEmailer is an automated script that web scrapes a site and automatically emails the results to the receiver's email address.
- 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.
- 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.
- Have all the webscraped results from covid_news.py be sent in one email instead of individual messages.