XMPP bot that mirrors MUC group chats
ba5fcd2af2
Added git ignore file, only for venv/, .swp files made by vim and pyc… |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
xmppmirror |
XMPP mirror
XMPP bot that mirrors MUC group chats
Install dependencies on Debian-based systems
sudo apt install python3-slixmpp
Install dependencies with pip
pip install -r requirements.txt