https://github.com/niklasb/kitbot
Yet another, minimalistic IRC bot
https://github.com/niklasb/kitbot
Last synced: 12 months ago
JSON representation
Yet another, minimalistic IRC bot
- Host: GitHub
- URL: https://github.com/niklasb/kitbot
- Owner: niklasb
- Created: 2012-04-06T13:32:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T15:00:53.000Z (over 10 years ago)
- Last Synced: 2025-04-26T09:35:55.559Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 72.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Overview
A simple IRC bot written in Ruby to watch over #kitinfo :)
The general IRC logic is hidden in `ircbot.rb`, the specific commands of the bot
are defined in `kitbot.rb`.
### Installing and running
You will need to install the dependencies first:
* Git
* Ruby and Rubygems. I recommend using [RVM](https://rvm.io/) to get a recent version
(the bot is not not tested with Ruby <= 1.9.3)
* [Bundler](http://gembundler.com/). This comes for free if you use RVM
We can then easily install the Gem dependencies (we will probably have to install some
more development packages for the native extensions):
$ cd /path/to/kitbot
$ bundle install
And run the bot:
$ ruby kitbot.rb