Socket
Book a DemoInstallSign in
Socket

hubot-computerdogs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-computerdogs

A hubot plugin/scripts to get funny blog post from http://computerdogs.tumblr.com

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Computer dogs Hubot Scripts

Hubot script to interface with the funny post from computer dogs blog

Installation

Update Hubot's package.json to install hubot-computerdogs from npm, and update Hubot's external-scripts.json file to include the hubot-computerdogs module.

Update the files to include the hubot-computerdogs module:

package.json

...
"dependencies": {
  "hubot":        ">= 2.4.0 < 3.0.0",
  ...
  "hubot-computerdogs": ">= 0.0.1"
},
...

external-scripts.json

["hubot-awesome-module","other-cool-npm-script","hubot-computerdogs"]

Run npm install to install hubot-computerdogs and dependencies.

Practical Use

Use hubot help or check the computerdogs.coffee file to get the full list of options with short descriptions.

dogs

TODO

  • Retry on error
  • Report when service is down

Keywords

hubot

FAQs

Package last updated on 11 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts