An open API service indexing awesome lists of open source software.

https://github.com/hemanth/huby

Child of hubot, likes to run on IRC ;)
https://github.com/hemanth/huby

bot

Last synced: about 1 year ago
JSON representation

Child of hubot, likes to run on IRC ;)

Awesome Lists containing this project

README

          

# Huby

This is a version of GitHub's Campfire bot, hubot. He's pretty cool.

__Bringing this bot to life:__

```sh
# After cloning the repo.

$ npm install
```

Edit the `start.sh` as per your need:

```sh
export HUBOT_IRC_SERVER=irc.freenode.net
export HUBOT_IRC_ROOMS="#perl-cats"
export HUBOT_IRC_NICK="huby"
export HUBOT_IRC_UNFLOOD="true"
./bin/hubot -a irc --name huby

```

Run it forever ;)

```sh
hup bash start.sh > bot.log 2>&1 &

```

Enjoy!