matchbot at #libregaming-matchmaking on libera.chat
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
franzo d2611ca615 fix: adding a non-existing game to the .last command output 8 months ago
.gitignore Initial commit 3 years ago
LICENSE Add MIT license 3 years ago
README.md Update README 1 year ago
bot.ini.example Fix admins example in bot.ini.example 1 year ago
bot.py fix: adding a non-existing game to the .last command output 8 months ago

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.