Project

kag-gather

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A bot for starting and managing KAG Gather matches
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 2.0.4
>= 0
= 1.0.3
 Project Readme

KAG Gather

An IRC bot that does matchmaking, statistics, and achievements for the KAG Gather community.

http://gather.kag2d.nl

Installation

Create a database called kag_gather, and then copy config/config.sample.json to config.json. Edit the values within to setup the bot.

Then run

bundle install

To setup the ruby gems needed. Finally, run:

rake db:migrate

To create the SQL tables needed.

Usage

Run to start the bot:

rake kag:gather &

Run to start the stats REST server:

rake kag:server &