From 68160e711a6a8b0c0e1e12266b791655d017a3b1 Mon Sep 17 00:00:00 2001 From: just n Date: Mon, 12 Jan 2026 18:30:20 +0000 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 86f3a8f..b075d30 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,28 @@ A king among xmpp bots 👑 - Documentation +## Installation + +Clone repo, create a venv and install dependencies. + +```bash +pip install slixmpp aiohttp +``` +Then edit the config.ini to your liking. + +Create Shitpost Directory (Optional) + +If you want to use the `!shitpost` command: + +```bash +mkdir shitposts +# Add your image files to this directory +``` + +```bash +python chrobry.py +``` + # License This project is licensed under the terms of the GPL 3.0 license.