The Utah Ruby User's Group Slack Bot
This bot assumes you have RVM installed. If you don't, head to their site for installation instructions
Once you've installed rvm and installed the correct Ruby, run the following
git clone [email protected]:urug/slack-bot.git
cd slack-bot
bundle install
cp .env.sample .env
# Get the URUG token from Slack and add it to your .env file
foreman start
Check out our guide at CONTRIBUTING.md
Check out our guide at DEPLOYMENT.md
Checkout the slack-ruby-bot library for more information. They include a handy tutorial as well.
Additionally, you can checkout this example from a URUG talk given by Jason Carter that served as the boilerplate for this bot.