Automated daily email digest of LatePost (晚点 LatePost) articles.
- Scrapes latest articles from LatePost website
- Converts content to Markdown format
- Sends a formatted HTML email daily
Runs automatically every day at 03:00 UTC via GitHub Actions.
| Secret | Description |
|---|---|
SMTP_PASS |
SMTP password / app password |
EMAIL_TO |
Recipient email address |
EMAIL_FROM |
Sender email address |
SMTP_HOST |
SMTP server hostname |
SMTP_PORT |
SMTP server port |
SMTP_USER |
SMTP login username |
Go to Actions tab → Daily LatePost Email → Run workflow.
- Python 3.11
- GitHub Actions (scheduled)
- BeautifulSoup4 for article scraping
- SMTP over TLS (port 465)