Skip to content

Section Zulip (basic)

Chris Bobbe edited this page May 24, 2021 · 5 revisions
[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="[email protected]"

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

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

⚠️ Don't 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 stream's settings, under "Stream membership".

caveats

  • Sending attachments FROM zulip to other bridges is not supported at the moment.
Clone this wiki locally