aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-02 21:48:53 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-10 19:01:00 +0300
commitc13734f56e9b01a61cfb66019a71d46c3dfe6f86 (patch)
tree155da5a7386a6fabf493640bd9d0eb9aa10313c2 /Aggrofile
parent4745449cf847f27c3cbbca5cef2f1d9d02103692 (diff)
Add tinydb
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Aggrofile b/Aggrofile
index 429d214..a4bf93f 100644
--- a/Aggrofile
+++ b/Aggrofile
@@ -1,19 +1,17 @@
{
+ "db_path": "db.json",
"plugins": {
"juusomikkonen_blog_rss": {
"plugin": "FeedSourcePlugin",
- "trigger_type": "schedule",
"schedule_expr": "schedule.every(10).seconds",
"feed_url": "https://juusomikkonen.com/feed.xml"
},
"title_filter": {
"plugin": "FilterPlugin",
- "trigger_type": "input_change",
"filter_expr": "'TypeScript' in item.title"
},
"output_feed": {
"plugin": "FeedSinkPlugin",
- "trigger_type": "input_change",
"feed_name": "test_feed"
}
},