# semi-intelligent-slack-bot-in-ruby **Repository Path**: mirrors_dblock/semi-intelligent-slack-bot-in-ruby ## Basic Information - **Project Name**: semi-intelligent-slack-bot-in-ruby - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Your First Slack Ruby Bot ========================= This is a walkthrough for writing a semi-intelligent Slack bot in Ruby, including Slack Button Integration, without and with libraries. If you're going to be rolling out a bot, build on [slack-bot-server](https://github.com/dblock/slack-bot-server), [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot) and [slack-ruby-client](https://github.com/dblock/slack-ruby-client). * [Web API Basics](WEB.md) * [RTM API Basics](RTM.md) * [Slack-Ruby-Bot](BOT.md) * [Slack Button Integration](BUTTON.md) See [06-intelligent-bot.rb](06-intelligent-bot.rb) for how to take something intelligent.