From 0b1712bf34ddd0bfe54a0f19eab7ef7c31e7f444 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 5 Sep 2023 13:30:17 +0300 Subject: Implement FacebookSourcePlugin --- Aggrofile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Aggrofile') diff --git a/Aggrofile b/Aggrofile index 470d2c0..f78dfd8 100644 --- a/Aggrofile +++ b/Aggrofile @@ -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 -- cgit v1.3