blog post about rss bundler

This commit is contained in:
TriMill 2022-11-29 14:41:58 -05:00
parent 9b39584257
commit 1e77615d3a
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
title: RSS Bundler hooks
desc: Extensibility is good, according to many
timestamp: 2022-11-29T14:42:00-05:00
---
This post serves two purposes:
- To announce a new RSS Bundler feature
- To test said RSS Bundler feature
RSS Bundler now allows the user to configure a program as a "hook". This program will run every time a new post is detected by RSS Bundler (this detection is GUID-based, as such it will only work for feeds that include GUIDS on their posts). Various environment variables will be set according to the properties of the post (ex. author, title, description, etc.). More hooks will potentially be added in the future.