matchbot at #libregaming-matchmaking on libera.chat
Go to file
Rampoina b9763a93fd Update README 2022-01-20 20:29:54 +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 Update README 2022-01-20 20:29:54 +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 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.