matchmaking-bot/README.md

25 lines
621 B
Markdown
Raw Permalink Normal View History

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