personal xmpp muc bot
for now it simply parses youtube links through yt-dlp and pretty prints the metadata onto the chat screen.
first time setup:
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
chmod +x run.py
start:
./run.py