Skip to content
#

hubot

Here are 497 public repositories matching this topic...

mistydemeo
mistydemeo commented Oct 4, 2018

Description

While hubot-slack has support for reconnecting when the connection to Slack is lost, there is a limit to the number of reconnection attempts. If several reconnection attempts fail, the bot will simply hang without a connection. This causes trouble for our process manager, since the client staying open means we don't end up automatically restart it. When this has happened for us

danpoltawski
danpoltawski commented Jan 30, 2017

I'm using hubot to do logging of messages and when a message is an inline reply, it can be confusing, if the reply is not noted. So it would be great if I could get access somehow to the reply_to_message field.

For example, the code I wanted to write:

messageFromTelegramMessage = (telegramMessage) ->
    message = ""
    if telegramMessage.reply_to_message?
        user = userFromTe
mlb-
mlb- commented Jun 10, 2016

On a fresh t2.micro, I install nvm, install a stable Node, and hubot appears to not be able to install! 😦

ubuntu@ip-10-2-6-57:~/hubot$ yo hubot
? ==========================================================================
We're constantly looking for ways to make yo better!
May we anonymously report usage statistics to improve the tool over time?
More info: https://github.com/yeoman/insight &

Improve this page

Add a description, image, and links to the hubot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hubot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.