slack-ruby-bot
slack-ruby-bot copied to clipboard
The easiest way to write a Slack bot in Ruby.
`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...
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...
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...
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...
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...
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...
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...
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...
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...
Thanks for a nice gem! Like [ask on botkit](https://github.com/howdyai/botkit#conversationask), How can I send Yes/No prompt message?