matchbot at #libregaming-matchmaking on libera.chat
Go to file
Skyflare 1a014238c5 Merge pull request 'Replace #!/bin/env with #!/usr/bin/env in bot.py' (#9) from noisytoot/matchmaking-bot:fix-shebang into master
Reviewed-on: #9
2024-04-16 06:35:00 +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 README 2022-01-20 20:29:54 +01:00
bot.ini.example Fix admins example in bot.ini.example 2022-01-21 12:31:30 +01:00
bot.py Replace #!/bin/env with #!/usr/bin/env in bot.py 2023-10-15 18:44:30 +01:00
requirements.txt fix requirements.txt 2023-08-26 22:39:49 +03: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.