@bazbt3 I don't think I have published it anywhere. I need to clean it up a bit before I want to publish any of it.
In practice it's just a Bash script that gets run by the post-receive hook of my website repo. It checks if a certain text file has changed and if it has it generates a new RSS feed item of the file contents. The RSS XML is parsed on my Blips page to show the post, and I have hooked Zapier to crosspost the newly created RSS feed item to Twatter and ADN too. I am planning to replace the Zapier recipes with my own crossposting app/script at some point (also not published) so that I can have the control over how the post is displayed.
// @matigo