https://github.com/inouetakuya/slack-playground
Playground with Slack
https://github.com/inouetakuya/slack-playground
slack
Last synced: 2 months ago
JSON representation
Playground with Slack
- Host: GitHub
- URL: https://github.com/inouetakuya/slack-playground
- Owner: inouetakuya
- Created: 2018-05-12T09:21:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T02:39:33.000Z (over 3 years ago)
- Last Synced: 2025-12-31T11:48:05.653Z (6 months ago)
- Topics: slack
- Language: Ruby
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
slack-playground
================
[](https://circleci.com/gh/inouetakuya/slack-playground)
Playground with Slack
## Requirements
* Ruby 2.5.1
* Slack OAuth Access Token
## Setup
```
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`
## Debugging
```
bundle exec pry
```
## Authentication test
```
bundle exec thor task:auth:test
```
## Testing
```
bundle exec rspec
```