forked from purplebored/Chrobry-Revolt
51 lines
856 B
Markdown
51 lines
856 B
Markdown
# Chrobry
|
|
A king among xmpp bots 👑
|
|
|
|
.png)
|
|
|
|
## TODO
|
|
|
|
- Update above image with XMPP
|
|
|
|
- Add real life economy
|
|
|
|
- Documentation
|
|
|
|
- Out of Bands Data support
|
|
|
|
- Fix !wiki command
|
|
|
|
- Fix !r34 command
|
|
|
|
- uv package manager
|
|
|
|
## 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.
|
|
|
|
## Contributing
|
|
|
|
Contributions to this project are welcome! Simply fork the repository and create a pull request with your proposed changes. preferably also create a issue on here first.
|