Banner Image: https://unsplash.com/photos/a-pile-of-wooden-blocks-with-the-word-blog-spelled-on-them-cfE5i6sHCFA

NotionRSSGenerator

Published On:  

Tags:   Linux Programming

Licenses:   Public Domain
Filter By License


My blog finally has RSS again (check the front page)! This was a major missing component of moving my site to Notion. I’ve decided to release the code under the Public Domain, but I have to issue a warning before you dig into it: ITS ROUGH! The code was rapidly thrown together and based on two earlier projects: PodcastMaker and NotionCalendarExporter. The resulting code has been thrown together in a blender to make RSS feeds quickly. There are functions that are too long, too complex, and plain-ol’ inefficient.

Don’t get me wrong, it works, but it ain’t pretty. Hopefully you can get some good out of it, just know its a mess.

Where to get it

NotionRSSGenerator

Instructions are on the Readme on that page.