Project

hack_bot

0.0
No commit activity in last 3 years
No release in over 3 years
An irc bot built for #openhackabq on freenode, but available for use by anyone.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0

Runtime

>= 0
 Project Readme

HackBot

Gem Version Build Status

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

  1. Fork it ( http://github.com/geopet/hack_bot/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request