The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.