matchbot at #libregaming-matchmaking on libera.chat
Go to file
Ultracoolguy 700e3f3aa9 Exit when channels isn't defined 2020-11-24 13:14:29 -04: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 Read configuration from bot.ini from now on 2020-11-17 13:15:06 -04:00
bot.ini.example Read configuration from bot.ini from now on 2020-11-17 13:15:06 -04:00
bot.py Exit when channels isn't defined 2020-11-24 13:14:29 -04:00

README.md

matchmaking-bot

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).