A Go script that generates rss+xml, atom & json feeds for the Monzo blog that can be used by rss reader apps.
I put together this script to keep up to date with new posts from Monzo via my rss reader apps (Currently I use Tapestry, and NetNewsWire).
Monzo switched blogging platforms over 5 years ago, and the blogging platform doesn't seem to support rss feeds...so I generated the feeds myself with a little bit of concurrent web scrapping.
You can use these feeds below in any rss reader app you use to keep up to date with new posts on the Monzo blog.
There are three feeds available:
- Monzo blog - all posts from the main blog
- Monzo blog - Technology - All posts tagged with the 'Technology' tag
- Monzo US blog - posts from the US blog
These feeds are updated automatically using a GitHub Actions workflow.