Aggiunta conf feed-to-muc per il canale Notizie Italia

This commit is contained in:
Simone 2023-11-12 19:07:18 +01:00
parent 915a446293
commit 96762c1180

16
config-feed-to-muc Normal file
View file

@ -0,0 +1,16 @@
{
"ServerAddress": "woodpeckersnest.space:5222",
"BotJid": "feedbot@woodpeckersnest.space",
"Password": "sekret",
"Muc": "notizie@conference.meet.sabatino.pro",
"MucNick": "news",
"Contact": "xmpp:roughnecks@woodpeckersnest.space",
"MaxArticles": 5,
"RefreshTime": 240,
"NoExcerpt": false,
"Quiet": false,
"Filter": [ "submitted by" ],
"FilterMessage": [ "Block me!", "Block me too!" ],
"Feeds": [ "https://www.servizitelevideo.rai.it/televideo/pub/rss101.xml",
"https://it.euronews.com/rss?format=mrss&level=theme&name=news" ]
}