From b08d772bfb034af481e95d104e631fba32e79a52 Mon Sep 17 00:00:00 2001 From: roughnecks Date: Sun, 12 Nov 2023 19:58:27 +0100 Subject: [PATCH] Aggiunta seconda conf feed-to-muc per il canale Steam --- conf-feed-to-muc-2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf-feed-to-muc-2 diff --git a/conf-feed-to-muc-2 b/conf-feed-to-muc-2 new file mode 100644 index 0000000..525a524 --- /dev/null +++ b/conf-feed-to-muc-2 @@ -0,0 +1,18 @@ +{ +"ServerAddress": "woodpeckersnest.space:5222", +"BotJid": "service@woodpeckersnest.space", +"Password": "sekret", +"Muc": "steam@chat.woodpeckersnest.space", +"MucNick": "news", +"Contact": "xmpp:roughnecks@woodpeckersnest.space", +"MaxArticles": 5, +"RefreshTime": 1800, +"NoExcerpt": false, +"Quiet": false, +"Filter": [ "submitted by" ], +"FilterMessage": [ "Block me!", "Block me too!" ], +"Feeds": [ "https://github.com/roughnecks/ZED/commits/1to1.atom", + "https://store.steampowered.com/feeds/news/collection/steam", + "https://www.gamingonlinux.com/article_rss.php", + "https://www.reddit.com/r/FreeGameFindings/new.rss" ] +} \ No newline at end of file