diff --git a/Section-Zulip-(basic).md b/Section-Zulip-(basic).md new file mode 100644 index 0000000..de446fa --- /dev/null +++ b/Section-Zulip-(basic).md @@ -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}> " +``` + + + +![](https://snag.gy/CvlUEH.jpg) \ No newline at end of file