matchbot at #libregaming-matchmaking on libera.chat
Go to file
Rampoina 6c2eb49ccd Don't forget to update the file 2022-01-20 20:03:05 +01:00
.gitignore Initial commit 2020-11-15 11:10:50 -04:00
LICENSE Add MIT license 2020-11-15 11:17:39 -04:00
README.md add SPDX license header to all files 2021-08-31 13:59:16 +01:00
bot.ini.example Add .remove admin command 2022-01-20 19:48:29 +01:00
bot.py Don't forget to update the file 2022-01-20 20:03:05 +01:00

README.md

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 and irctokens. You can install them doing:

pip install configparser irctokens

You can add --user if you don't want to install them system wide.

Installation

Just ./bot.py lol.

Configuration

The bot uses a bot.ini for configurating the servers for connecting. Look at bot.ini.example for an example(you know, like the extension says).