HackBot
The HackBot gem is a project for OpenHackABQ, but is open enough to be used by anyone.
Installation
Add this line to your application's Gemfile:
gem 'hack_bot'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hack_bot
Usage
Example file to run hack_bot looks like this:
require 'hack_bot'
TIME = '6:00pm'
DATE = 'Thursday March 27'
LOCATION = 'Convivium Coworking (https://goo.gl/34F40H)'
HackBot.start('irc.freenode.org',
["#openhackabq", "#geopet"],
'openhackabq_bot',
'Hack Bot',
'hackbot')
Contributing
- Fork it ( http://github.com/geopet/hack_bot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request