0 Section Zulip (basic)
Chris Bobbe edited this page 2021-05-24 15:16:57 -04:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[zulip.myzulip]
#Log in to the Zulip server.
#Navigate to Settings () -> Your bots -> Add a new bot. 
#Select Generic for bot type, fill out the form and click on Create bot.
#Token is the API key, you've got when creating the bot
Token="Yourtokenhere"

#Login is the Username of the bot you've got when creating the bot
Login="yourbot-bot@yourserver.com"

#The URL of your zulip server
Server="https://yourserver.com"

RemoteNickFormat="[{PROTOCOL}] <{NICK}> "

⚠️ Dont forget to make sure that the streams you want to bridge

  1. exist, and
  2. are subscribed to by the new bot

Otherwise, things will break. You can subscribe the bot using the streams settings, under “Stream membership”.

caveats

  • Sending attachments FROM zulip to other bridges is not supported at the moment.