chatbot/README.md

10 lines
201 B
Markdown
Raw Normal View History

2024-02-05 18:44:30 +00:00
# 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