0.1.0 • Published 8 years ago

hubot-gerty v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-gerty

A hubot script that responds with quotes from GERTY, the AI in Moon.

Made as a bit of fun for a Slack where the bot is named after GERTY.

Responds to three basic prompts: praise (e.g. thanks hubot), abuse (e.g. go away hubot) and general acknowledgements (e.g. hey hubot, or even just hubot). These triggers have a fairly broad scope, so expect collisions if you're using this.

Installation

In hubot project repo, run:

npm install hubot-gerty --save

Then add hubot-gerty to your external-scripts.json:

[
  "hubot-gerty"
]

Sample Interaction

Sam>> go away hubot
hubot>> I'm here to keep you safe, Sam. I want to help you.
Sam>> thx hubot
hubot>> You're welcome, Sam.

NPM Module

https://www.npmjs.com/package/hubot-gerty

0.1.0

8 years ago