Sha256: ca91bf7b56e80555680010e81e02cdc2bea0854a1b5885e7fbb056fad2867b6b

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# Cogbot

Cogbot is an irc bot written in ruby based on [Cinch bot framework](https://github.com/cinchrb/cinch).

It has been in servvice at [Code Green](http://codegreenit.com) since summer 2012 and his stability
is unquestionned. It is used with a collection of custom plugins that are focused on helping a coding
team that uses irc as a main shared communication space:

* git notifications pushed on the channel
* redmine issues polled from our redmine and announced
* commands to ask rubygems or stack overflow
* the urban dictionary to make us laugh
* and some other more or less used features

## Installation

    gem install cogbot

## Usage

At first launch:

    cogbot start

you will be prompted to create a configuration file in ~/.cogbot/cogbot.yml
When this is done you can launch again and it will just run according to your configuration.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Todo

* write some documentation of the commands of plugins
* write tests

## Licence

MIT license

Copyright (c) 2012-13 mose at Code Green

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cogbot-0.0.3 README.md