matchmaking-bot/README.md

25 lines
621 B
Markdown

<!-- SPDX-License-Identifier: MIT -->
## matchmaking-bot
Fork of https://git.sr.ht/~gavodavo/matchmaking-bot to add support for multiple games.
A simple Python bot for IRC channels that want matchmaking capabilities.
## Dependencies
You just need configparser ircrobots and irctokens. You can install them doing:
```
pip install configparser ircrobots irctokens
```
You can add `--user` if you don't want to install them system wide.
## Installation
Just `./bot.py` or `python bot.py`
## Configuration
The bot uses a bot.ini for configurating the servers for connecting. Look at
bot.ini.example for an example.