From 1e77615d3a110ca5eff98239f15bd78bd81f9d6e Mon Sep 17 00:00:00 2001 From: TriMill Date: Tue, 29 Nov 2022 14:41:58 -0500 Subject: [PATCH] blog post about rss bundler --- flaskr/blog/2022-11-29-0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flaskr/blog/2022-11-29-0.md diff --git a/flaskr/blog/2022-11-29-0.md b/flaskr/blog/2022-11-29-0.md new file mode 100644 index 0000000..1025402 --- /dev/null +++ b/flaskr/blog/2022-11-29-0.md @@ -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. + +