@kelbot @minoru @saper @ajroach42 As I thought, an RSS to JSON converter was trivial to write. I kinda feel like a tiny command line program like this should be in Rust or Go or something, though, because to make it work you still need to install feedparser, which if you're being a purist will require a virtualenv, etc.
https://github.com/seanlynch/misc_python/blob/master/rss2json.py