matchbot at #libregaming-matchmaking on libera.chat
Go to file
Rampoina 7eab8aaeb0 Update the README to mention the original project 2021-07-12 12:43:36 +02: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 Update the README to mention the original project 2021-07-12 12:43:36 +02:00
bot.ini.example Add connection prompts 2020-11-24 14:29:56 -04:00
bot.py Shorten command names and add .list command 2021-07-12 12:34:50 +02: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).