hubot icon indicating copy to clipboard operation
hubot copied to clipboard

A customizable life embetterment robot.

Results 110 hubot issues
Sort by recently updated
recently updated
newest added

npm ERR! code ENOSELF npm ERR! Refusing to install package with name "hubot" under a package npm ERR! also called "hubot". Did you name your project the same npm ERR!...

I just used the pug me bot. Is there a way for me to post a message from postman (or any way for me to script the message) to the...

Hello Folks, My enterprise is looking to provide Hubot to customers as a means to interact in Hipchat and take actions in GitHub, Jenkins & JIRA. The test setup had...

stale

Hello All, Not sure if this is the correct place to post this. I am trying to setup hubot with the mattermost adapter but am having some issues. I run...

I'm trying to deploy the Hubot app on Heroku and I'm getting this build error which seems to be linked to the usage of the backtick "`" symbol in the...

There are some scripts, like the **google-translate** one, that are completely broken. In this case the script still uses the old `translate.google` instead of the actual Cloud API. There were...

```coffee class Sample extends Adapter # => run: => # false console.log @ == @robot.adapter # [] console.log @eventNames() # [ 'connected' ] console.log @robot.adapter.eventNames() @emit "connected" exports.use = (robot)...

hi all i already try ```js module.exports = (robot) => { robot.catchAll((msg) => { let message = msg.message robot.send('hello') msg.finish() }) } ``` but it is not working, any solution?...

I had to comment out these 3 lines so that my bot can do some custom clean up code with it's own SIGTERM and SIGINT. https://github.com/hubotio/hubot/blob/8b0b8a9ba80e6d65df2e644b106c43d4b309d01f/bin/hubot.js#L84 Can we please get...