Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 796 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 796 Bytes

##Hungerbot

Hungerbot is a bot for Slack built with the intention of handling github activity feeds in a more elegant fashion than the standard Slackbot feed reader.

NOTE: This is yet to be in good working order. Under development.

Install

git clone https://github.com/rburns/hungerbot.git
cd hungerbot
npm install
lein deps

Compile

lein cljsbuild once hungerbot

Configure

cp config.example.js config.js

Populate config.js with details garnered from the slack bot integration page https://your-slack.slack.com/services/new/bot.

Run

node ./run.js

Test

lein cljsbuild once hungerbot-test

Develop

lein cljsbuild auto