slack-ruby-bot icon indicating copy to clipboard operation
slack-ruby-bot copied to clipboard

The easiest way to write a Slack bot in Ruby.

Results 39 slack-ruby-bot issues
Sort by recently updated
recently updated
newest added

`match` should still allow a bot to be addressed by name in a channel or by private message: - `@bot ping` should be possible, however even updating the regex does...

bug?

I have searched through the issues of both slack-ruby-bot and celluloid for issues of a memory leak and I haven't seen anything. I initially discovered an issue running a Slack...

bug?

Starting the bot using `celluloid-io` is not compatible with signal trapping. I discovered this when using Puma to run a threaded Sinatra server. Sinatra has code that traps exit signals...

bug?

Hi, First up... thanks for such a great library! I've only been using it for a short time, but I've already managed to get a load of benefit from it...

question

Hey @dblock! Been loving this library for building some internal tooling at my company, but I've encountered an issue recently when trying to use the MVC architecture of SlackRubyBot. My...

bug?

This is a question, not a bug... Awesome library. Is there a recommended way to watch the bot for code updates when making code changes. Currently the only way I...

new feature

This is just a general question. Slack finally added threaded messages this year! Is that something that is currently supported by slack-ruby-bot, something in the works or a feature you...

new feature

Hello I am a bit confused regarding your MVC + Command definition. I haven seen a forum/irc so I hope it's Ok to discuss in an issue. Maybe I am...

question

Hello! I'm putting together a Slack client (shock horror) and running into the following issue. If there's a long-running operation in my bot, I want to post a message before...

bug?
question

Thanks for a nice gem! Like [ask on botkit](https://github.com/howdyai/botkit#conversationask), How can I send Yes/No prompt message?

new feature