Aggiunta seconda conf feed-to-muc per il canale Steam

This commit is contained in:
Simone 2023-11-12 19:58:27 +01:00
parent 0832bb72a4
commit b08d772bfb

18
conf-feed-to-muc-2 Normal file
View file

@ -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" ]
}