go-rss-box
go-rss-box generates a private RSS feed from the newsletters in your inbox.
Essentially my own implementation of Kill the Newsletter.
Usage
Start by copying config.example.yml
to config.yml
and filling in the missing details.
git clone https://github.com/qcasey/go-rss-box
cd go-rss-box
cp config.example.yml config.yml
go get .
go build
./go-rss-box
go-rss-box fetches the latest emails on demand. This allows your Feed Reader to have the final say in the refresh interval.