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. + +