TechNewsMailer is an automated Python script that scrapes the latest technology news from websites like TechCrunch and sends a daily email digest at a scheduled time (e.g., 10:00 AM). The project uses modern web scraping techniques and integrates email services for seamless automation.
- Daily News Update: Scrapes technology news from specified websites.
- Automated Email Delivery: Sends a curated digest to your inbox daily at a scheduled time.
- Error Handling: Graceful error handling for network issues or email delivery failures.
- Customizable: Easily configure the recipient email, scheduling time, and source website.
- Python 3.7+ installed on your system.
- Email account with an app password (e.g., Gmail).
- Clone the repository:
git clone <repository-url>