forked from Decentrala/chatbot
XMPP chat bot
.gitignore | ||
chatbot | ||
config.ini | ||
config.ini.example | ||
functions.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
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