Usage

Credentials

Manually set credentials in ~/.config/slixfeed/accounts.toml:

# SPDX-FileCopyrightText: 2025 Schimon Jehudah <https://schapps.woodpeckersnest.eu/slixfeed/>
#
# SPDX-License-Identifier: CC0-1.0

# Settings to tell the bot to which accounts to connect
# and also from which accounts it receives instructions.

[xmpp.settings]
#mode = "component"
reconnect_timeout = 30

[[xmpp.operators]]
name = "Mr. Operator"
jid = ""

[[xmpp.operators]]
name = "Mrs. Operator"
jid = ""

[xmpp.proxy.socks5]
#host = "127.0.0.1"
#port = 9050
#username = ""
#password = ""

[xmpp.profile]
FN = "Slixfeed"
NICKNAME = "Slixfeed"
ROLE = "Syndication News Bot"
ORG = "RSS Task Force"
URL = "https://git.xmpp-it.net/sch/Slixfeed"
NOTE = """
This is a syndication news bot powered by Slixfeed.
This bot can read Atom, JSON, RDF and RSS feeds.
This bot can communicate to 1:1 chats and groupchats as one.
You are welcome to join our groupchat at:
xmpp:slixfeed@chat.woodpeckersnest.space?join
"""
BDAY = "21 June 2022"
TITLE = "XMPP News Bot"
DESC = "Syndication bot made for XMPP."

[xmpp.client]
alias = "Slixfeed"
#jid = "slixfeed@your.server/slixfeed"
jid = ""
password = ""
#hostname =
#port =

[xmpp.component]
alias = "Slixfeed"
jid = "rss.your.server"
password = ""
hostname = "your.server"
#port =

[activitypub]
username = ""
password = ""
operator =  ""

[activitypub.profile]
user_agent = "Slixfeed"

[email]
recipient_emails = ""
sender_emails = ""

[email.imap]
username = ""
password = ""
#port = 993

[email.smtp]
host = ""
#port = 465

[irc]
username = ""
password = ""
#port = 6667
operator = ""

[deltachat]
username = ""
password = ""
operator = ""

[lxmf]
username = ""
password = ""
operator =  ""

[nostr]
username = ""
password = ""
operator = ""

[session]
username = ""
password = ""
operator = ""

[sip]
username = ""
password = ""
operator = ""

[tox]
username = ""
password = ""
operator = ""

Launch

Launch Slixfeed:

slixfeed-server

Note

if you cant find slixfeed-server make sure you are in the ((.venv)). source .venv/bin/activate

[2025-12-23 20:26:38,971] INFO:slixfeed:Slixfeed              2025.12.22
[2025-12-23 20:26:39,343] CRITICAL:slixfeed.interface.xmpp.chat:              Encryption of type OMEMO could not be enabled.  Reason: No module named 'omemo'
Please enter an account address:

Enter the address of the bot itself… no idea where my bot lives, never talked to him.