-
https://redis.io/
-
Tested on macOS 10.12.3
```
hubot> hubot napi delfines
hubot> [Fri Feb 10 2017 20:05:55 GMT+0100 (CET)] ERROR TypeError: Cannot read property 'statusCode' of null
at /Users/pbakondy/dev/hubot/…
-
Hi @stvnrlly,
Would you consider converting your great WMATA script into its own npm package so other DC-area Hubot operators can benefit (and contribute)?
Thanks!
dnrce updated
8 years ago
-
For some reason, prepublish is not executing.
Current workaround is to run this after npm install from the hubot directory
`npm run-script hubot-hangupsjs\node_modules\hangupsjs prepublish`
-
some stock commands like "the rules" are missing in better-help.
-
This script has grown to be something larger than acronym 'splaining. It's essentially a user-configurable database of phrases (not just acronyoms) and definitions.
This is exciting because the scrip…
-
Hubot dies occasionally, we need to keep it alive! There are some keepalive scripts that I think we can add to hubot. Puppet can also enforce that it is running, but that only runs 1/hour, would be n…
-
I wanted to make an issue here just to document some of the things I had to do to get this working, although everything appears to be working now.
I'm installing hubot on a Webfaction shared server,…
-
Our company has hubots that contain private functionality, so they're not on the main NPM registry. We're just now deploying our Rocket.Chat hubot adapter onto Docker (using a docker-compose file), an…
-
Hi
My code looks like:
```
const myApi = require("./myApi");
robot.respond(/my regex/i, res => {
myApi
.process()
.then(result => res.send(result.message))
});
```
…