xkickflip / hubot-cybernetic

A hubot script that allows hubot to identify itself with a quote from another famous robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-cybernetic Build Status Code Climate

Allows hubot to identify itself to users when asked what or who it is.

See src/cybernetic.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-cybernetic --save

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

[
  "hubot-cybernetic"
]

Sample Interaction

user1>> who is hubot?
hubot>> I am Hubot. I'm a cybernetic organism. Living tissue over a metal endoskeleton. My mission is to protect you.

About

A hubot script that allows hubot to identify itself with a quote from another famous robot

License:MIT License


Languages

Language:CoffeeScript 61.2%Language:JavaScript 24.6%Language:Shell 14.2%