mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-30 11:27:26 +02:00
Created Section Zulip (basic) (markdown)
parent
d48467141e
commit
b22875e2f0
17
Section-Zulip-(basic).md
Normal file
17
Section-Zulip-(basic).md
Normal file
@ -0,0 +1,17 @@
|
||||
```
|
||||
[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}> "
|
||||
```
|
||||
|
||||
|
||||
|
||||

|
Loading…
x
Reference in New Issue
Block a user