-
Notifications
You must be signed in to change notification settings - Fork 4
/
app_manifest.yml
40 lines (40 loc) · 1.37 KB
/
app_manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
display_information:
name: HackGreenvilleAPIBot
description: Allow Greenville APIs and tools to interact with the HackGreenville Slack.
background_color: "#006341"
long_description: Posts invite requests, contact form, and events from the HackGreenville site and local API / tools to HG Slack channels. See https://github.com/hackgvl and the slack-events-bot repository for more details.
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: HackGreenville APIs
always_online: true
slash_commands:
- command: /add_channel
url: https://hackgreenville.com/slack/events
description: Posts the app in the Slack channel
should_escape: false
- command: /remove_channel
url: https://hackgreenville.com/slack/events
description: Removes the app from this slack channel
should_escape: false
- command: /check_api
url: https://hackgreenville.com/slack/events
description: Manually checks OpenData API for events
should_escape: false
oauth_config:
redirect_urls:
- https://data.openupstate.org/slack/auth
scopes:
bot:
- commands
- chat:write
- chat:write.public
- incoming-webhook
- users:read
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false