matchbot at #libregaming-matchmaking on libera.chat
Go to file
Ultracoolguy f2c35a8c77 Read configuration from bot.ini from now on
This makes the bot channel agnostic and allows for someone to use it
without modifying code. Add bot.in.example for an example and update
README.md to reflect changes.
2020-11-17 13:15:06 -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 Read configuration from bot.ini from now on 2020-11-17 13:15:06 -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).