To use the latest development version of the zulip_bots package, follow
these steps.
You can now play around with the bot and get it configured the way you
like. Eventually, you'll probably want to run it in a production
environment where it'll stay up, by deploying it on a
server using the Zulip Botserver.
Common problems
My bot won't start
Ensure that your API config file is correct (download the config file from the server).
Ensure that your bot script is located in zulip_bots/bots/<my-bot>/
Are you using your own Zulip development server? Ensure that you run your bot outside
the Vagrant environment.
Some bots require Python 3. Try switching to a Python 3 environment before running
your bot.