2018-12-13 10:47:17 -05:00
|
|
|
config = {
|
|
|
|
"zulip": {
|
|
|
|
"email": "zulip-bot@email.com",
|
|
|
|
"api_key": "put api key here",
|
|
|
|
"site": "https://chat.zulip.org",
|
|
|
|
},
|
|
|
|
"slack": {
|
2021-09-29 08:35:07 -04:00
|
|
|
"username": "slack_username",
|
|
|
|
"token": "xoxb-your-slack-token",
|
2021-11-28 00:56:56 -05:00
|
|
|
},
|
|
|
|
# Mapping between Slack channels and Zulip stream-topic's.
|
|
|
|
# You can specify multiple pairs.
|
|
|
|
"channel_mapping": {
|
|
|
|
# Slack channel; must be channel ID
|
|
|
|
"C5Z5N7R8A": {
|
|
|
|
# Zulip stream
|
|
|
|
"stream": "test here",
|
|
|
|
# Zulip topic
|
|
|
|
"topic": "<- slack-bridge",
|
|
|
|
},
|
2021-05-28 05:03:46 -04:00
|
|
|
},
|
2018-12-13 10:47:17 -05:00
|
|
|
}
|