- input your standup
/standup
- share to your teams
This demo slack app stores the latest standup data in my personal GCP account, Cloud Datastore. Therefore, do not include sensitive information. I recommend self-hosting with your own GCP account if you want to include sensitive information.
cp .env.sample .env
cp docker-compose.override.yml.sample docker-compose.override.yml
docker-compose build
docker-compose up
https://{bot_url}/auth/callback
- chat:write
- commands
- users:read
- users.profile:read
- channels:history
https://{bot_url}/slack/events
- message.channels
https://{bot_url}/slack/events
- Name: Today's Standup
- Short Description: input today's standup
- Callback ID: input_standup
- Command: /standup
- Request URL: https://{bot_url}/slack/events
- Short Description: daily standup
- Command: /standup-setting
- Request URL: https://{bot_url}/slack/events
- Short Description: standup global settings
- Command: /standup-request
- Request URL: https://{bot_url}/slack/events
- Short Description: show standup button
- Command: /standup-list-work-place
- Request URL: https://{bot_url}/slack/events
- Short Description: show everyone's work place