diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-05 13:30:17 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | 0b1712bf34ddd0bfe54a0f19eab7ef7c31e7f444 (patch) | |
| tree | 80200f0f42105b78b783ac7fad3c96e9d8b00149 /Aggrofile | |
| parent | 3b32b14f44476f2b4a450f7226523321e69c0c08 (diff) | |
Implement FacebookSourcePlugin
Diffstat (limited to 'Aggrofile')
| -rw-r--r-- | Aggrofile | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,6 +1,21 @@ { "db_path": "db.json", "plugins": { + "plutonium74_fb": { + "plugin": "FacebookSourcePlugin", + "schedule_expr": "schedule.every(30).seconds", + "login_email": "", + "login_password": "", + "page_id": "Batushkaband", + "limit": 10, + "__comment": "https://www.facebook.com/Plutonium74" + }, + "plutonium74_fb_feed": { + "plugin": "FeedSinkPlugin", + "feed_id": "plutonium74_fb", + "feed_title": "Plutonium74 FB", + "feed_description": "Plutonium74 FB posts" + }, "juusomikkonen_blog_rss": { "plugin": "FeedSourcePlugin", "schedule_expr": "schedule.every(10).seconds", @@ -61,6 +76,9 @@ ], "typescript_digest": [ "typescript_digest_feed" + ], + "plutonium74_fb": [ + "plutonium74_fb_feed" ] } }
\ No newline at end of file |
