You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the zuliprc file from the Zulip bot page, but it doesn't contain a token field. However, when I run the botserver, I get the following error:
Error: Your Botserver config file `helloworld/zuliprc` has a missing option `token` in section `api`!
You need to add option `token` with appropriate value in section `api` of `helloworld/zuliprc`
The linked documentation doesn't mention anything about a token either. How should I resolve this?
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to use zulip bot. I followed the example from [this page](https://zulip.com/api/configuring-python-bindings#download-a-zuliprc-file) and tried to run the simple
helloworld
bot with the following command:I downloaded the
zuliprc
file from the Zulip bot page, but it doesn't contain atoken
field. However, when I run the botserver, I get the following error:The linked documentation doesn't mention anything about a
token
either. How should I resolve this?The text was updated successfully, but these errors were encountered: