python-zulip-api/zulip/integrations/bridge_with_slack/bridge_with_slack_config.py

15 lines
369 B
Python
Raw Normal View History

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",
"stream": "test here",
"topic": "<- slack-bridge",
},
"slack": {
"username": "slack username",
"token": "slack token",
"channel": "C5Z5N7R8A -- must be channel id",
},
2018-12-13 10:47:17 -05:00
}