Playground with Slack
- Ruby 2.5.1
- Slack OAuth Access Token
git clone git@github.com:inouetakuya/slack-playground.git
cd slack-playground
bundle install --path vendor/bundle
cp .env.example .env
Fill SLACK_API_TOKEN
in .env
bundle exec pry
bundle exec thor task:auth:test
bundle exec rspec