Skip to content
railsengines.com

Slackathon

A simple way to build slack interations inside a Rails app

No ratings yet
Gem
slackathon
Repository
tildeio/slackathon
License
MIT
Stars
30
Added
August 12, 2026

About

A simple way to build slack interations inside a Rails app.

A simple way to build Slack interations inside a Rails app. Check out our blog post for the story behind this gem!

What you get

  • You should inherit from the Slackathon::Command class.
  • You have access to the params hash.
  • At minimum, you will need to implement the call method.
  • Example:

Mounting it

ruby
# Gemfile
gem "slackathon"

# config/routes.rb
mount Slackathon::Engine, at: "/slackathon"

Details

30 stars on GitHub · MIT licensed · maintained by tildeio. Source: https://github.com/tildeio/slackathon

Discussion (0)

Sign in to join the discussion.

No comments yet.