XMPP bot that mirrors MUC group chats
Go to file
Aleksej 20d4998c63
fix name of bot in testbot
2022-06-14 16:39:19 +02:00
test fix name of bot in testbot 2022-06-14 16:39:19 +02:00
.gitignore Added git ignore file, only for venv/, .swp files made by vim and pyc files 2022-06-12 23:15:10 +02:00
LICENSE init 2022-06-07 16:41:17 +02:00
README.md add README.md 2022-06-07 16:48:31 +02:00
config.ini remove quotation marks from config files 2022-06-13 22:19:34 +02:00
requirements.txt add requirements.txt 2022-06-07 16:44:11 +02:00
xmppmirror add more info to test.sh 2022-06-14 01:21:53 +02:00

README.md

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