XMPP chat bot
Go to file
fram3d 8fd5a05eda
fix config.ini
2024-02-05 21:01:46 +01:00
.gitignore add gitignore 2024-02-05 19:49:18 +01:00
LICENSE init 2024-02-05 19:44:30 +01:00
README.md update readme 2024-02-05 19:46:32 +01:00
chatbot fix typos 2024-02-05 20:39:28 +01:00
config.ini fix config.ini 2024-02-05 21:01:46 +01:00
requirements.txt init 2024-02-05 19:44:30 +01:00

README.md

XMPP chat bot

XMPP chat bot

Install dependencies on Debian-based systems

sudo apt install python3-slixmpp

Install dependencies with pip

pip install -r requirements.txt