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 ;)
- Host: GitHub
- URL: https://github.com/hemanth/huby
- Owner: hemanth
- Created: 2014-07-02T08:26:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T05:33:26.000Z (over 1 year ago)
- Last Synced: 2025-04-15T08:59:48.708Z (about 1 year ago)
- Topics: bot
- Language: CoffeeScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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!