Skip to content

Gem for implementing simple bots for Slack using Socket Mode

License

Notifications You must be signed in to change notification settings

guille/slack-socket-mode-bot

Repository files navigation

slack-ruby-socket-mode-bot

Gem Version Tests

This gem allows users to create Slack bots that respond to mentions. This gem only supports events-based socket mode bots. The gem allows registering a number of callbacks that will be executed if the registered regular expression matches the mention text.

See the examples directory for some ideas on how to use the gem.

Limitations

  • The bot assumes it is only running for one workspace.
  • It only supports mention events. Other types of events such as slash commands may be implemented in the future.
  • Put this together in a few hours, very likely to go boom unexpectedly.

License

The gem is available as open source under the terms of the MIT License.

About

Gem for implementing simple bots for Slack using Socket Mode

Resources

License

Stars

Watchers

Forks

Packages

No packages published