This is a little factoid bot, initially created for use in vaperhangout in Freenode.
Clone the repository:
git clone git@github.com:jaketnotjacob/tokbot
Install the dependencies:
$ bundle install
Build the database (and tables):
$ rake db:create
======= Create the config file using the template:
$ cp config/config.example.yaml config/config.yaml
Modify this file to your needs before running.
Run the bot using (either):
$ bundle exec tokbot
or simply... $ tokbot
Please follow the development model A Successful Git branching model (Vincent Driessen) when working on this project. We feel that this is the best way to keep the tree nice and tidy for the time being (though we are always open to suggestions!).
Bug reports and pull requests are welcome on GitHub at https://github.com/jakenotjacob/tokbot.
The gem is available as open source under the terms of the MIT License.