0.4.1 • Published 8 years ago

helpybot v0.4.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Helpy Bot

HelpyBot Build Status

A Slack Bot inspired by Hubot

Install

npm install

Start

SLACK_TOKEN=[your slack token] npm start

Scripts

  • hi - Say hello!
  • pug me - You won't regret it
  • it's a trap - Display an Admiral Ackbar piece of wonder
  • smash - Did someone say it?

API

bot.getChannels()
bot.getChannel(String channelName | String channelID)
bot.getUser(String channelName)
bot.command(RegEx regex, String helpText, Function callback)
bot.hear(RegEx regex, String helpText, Function callback)

Tests

npm test

Credits

License

MIT license. Copyright Andrew Kennedy

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago