https://github.com/splittingred/kag-gather
Gather IRC bot in Ruby
https://github.com/splittingred/kag-gather
Last synced: about 1 year ago
JSON representation
Gather IRC bot in Ruby
- Host: GitHub
- URL: https://github.com/splittingred/kag-gather
- Owner: splittingred
- Created: 2013-03-19T02:53:49.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2013-07-08T04:02:36.000Z (almost 13 years ago)
- Last Synced: 2025-03-29T06:11:17.953Z (about 1 year ago)
- Language: Ruby
- Size: 1.83 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this 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 &`