Awesome
Miniflux Email Client
A Miniflux Client that sends feed updates via email.
This is a perfect "no-cost" solution based on GitHub and SMTP for people who often forget to check RSS readers for updates but never miss emails.
Just Fork it! ©
Background
While there are numerous "RSS-over-email" services available, such as Mailbrew, Briefcake, or Tacodigest, this project aims to recreate essential features of those services using Git, CI, and SMTP. In most cases, these tools can be used free of charge and are available with open-source GitHub/GitLab repositories.
Prerequisites
- GitHub repository with CI support
- A Miniflux instance with an account
- SMTP account (Gmail is recommended, but ensure it's not your main Gmail account if you choose to use it)
Setup
- Fork this repository
- Retrieve your Miniflux API token
- Configure Gmail SMTP by following this guide
- Modify the
.github/workflows/runner.yml
file - Add GitHub Action secrets (SMTP_SERVER, SMTP_USERNAME, and SMTP_PASSWORD are required)
GitHub Action
Every 3 months, GitHub will ask if you want to continue running daily actions. Click "Yes" if you wish to keep receiving updates.
The email template is powered by the Acorn framework.