https://github.com/webini/daily-roulette
https://github.com/webini/daily-roulette
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webini/daily-roulette
- Owner: Webini
- Created: 2021-12-06T01:01:17.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-07T15:47:57.000Z (over 4 years ago)
- Last Synced: 2025-02-06T19:47:43.316Z (over 1 year ago)
- Language: TypeScript
- Size: 626 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Redirection
Default install path `/slack/install`
Default redirect path `/slack/oauth_redirect`
Default event path `/slack/events`
Slack manifest :
```yml
_metadata:
major_version: 1
minor_version: 1
display_information:
name: DailyRoulette
features:
bot_user:
display_name: DailyRoulette
always_online: false
slash_commands:
- command: /droulette-configure
url: /slack/events
description: Install or / configure existing daily roulette bot
should_escape: false
- command: /droulette-estimate
url: /slack/events
description: Estimate a new issue
usage_hint:
should_escape: true
- command: /droulette-remove
url: /slack/events
description: Remove daily roulette from current channel
should_escape: false
- command: /droulette-start
url: /slack/events
description: Force daily meeting startup
should_escape: false
- command: /droulette-stop
url: /slack/events
description: Stop current daily meeting
should_escape: false
oauth_config:
redirect_urls:
- /slack/oauth_redirect
scopes:
bot:
- commands
- chat:write
- channels:read
- channels:join
- channels:manage
- users:read
settings:
event_subscriptions:
request_url: /slack/events
user_events:
- app_uninstalled
bot_events:
- app_uninstalled
- channel_left
interactivity:
is_enabled: true
request_url: /slack/events
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false
```