blog post about rss bundler
This commit is contained in:
parent
9b39584257
commit
1e77615d3a
1 changed files with 13 additions and 0 deletions
13
flaskr/blog/2022-11-29-0.md
Normal file
13
flaskr/blog/2022-11-29-0.md
Normal 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.
|
||||
|
||||
|
Loading…
Reference in a new issue