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

[Thu Sep 03 2020 20:12:26 GMT+0800 (中国标准时间)] ERROR hubot-heroku-keepalive included, but missing HUBOT_HEROKU_KEEPALIVE_URL. `heroku config:set HUBOT_HEROKU_KEEPALIVE_URL=$(heroku apps:info -s | grep web.url | cut -d= -f2)` [Thu Sep 03 2020 20:12:26...

I lost about two hours trying to track down why `yo` was failing--it turns out it was related to the built-in analytics tools called "insight" throwing this error: ``` $...

## My Case: ``` res.http("#{ApiUrl}") .header('Authorization', "Bearer #{OAuth}", 'X-API-KEY', "Bearer, #{JWTtoken}"'Content-Type', 'application/json') .post(data) (err, response, body) -> ``` The second token JWT is not read by hubot, only the first...

Recently, I am trying to connect my bot which is developed using hubot framework with slack channels. I am trying to deploy it in ECS docker container.For first time deployment,...

Hi there, I am working with Dynamic matching of messages per documentation here https://hubot.github.com/docs/patterns/ however, when I paste this code ``` module.exports = (robot) -> # Dynamically populated list of...

Can't we add exports.robot = robot to the hubot.js file in bin directory. If someone wants to use robot in a model file, then we should be able to export...

Hi , Can anyone suggest me the way how we can integrate hubot with Microsoft teams app. Thanks.

What is the roadmap for Hubot? I see last commit to Master branch in April 2019 (more than a year back)

The docs should stop being a special ❄️ and switch to the language everyone knows and uses these days, to increase accessibility. That said, [coffeescript is still remarkably present](http://redmonk.com/sogrady/2018/03/07/language-rankings-1-18/), but...

We should document exactly what `robot.logger` is (it's only mentioned in passing in an example). Also we should document `HUBOT_LOG_LEVEL`.