diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-02 21:48:53 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | c13734f56e9b01a61cfb66019a71d46c3dfe6f86 (patch) | |
| tree | 155da5a7386a6fabf493640bd9d0eb9aa10313c2 /Aggrofile | |
| parent | 4745449cf847f27c3cbbca5cef2f1d9d02103692 (diff) | |
Add tinydb
Diffstat (limited to 'Aggrofile')
| -rw-r--r-- | Aggrofile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" } }, |
