c4876dddae
This adds support to check and raise a BadRequest when either the configuration of bot couldn't be found or the BotHandler code of bot couldn't be fetched. There can be cases where flaskbotrc contains config details of a bot, but the user hasn't added it's handler class code. This fixes server to handle such cases, by reporting it to user. This also fixes the response of bot server to make it possible to skip the response message. |
||
---|---|---|
tools | ||
zulip | ||
zulip_bots | ||
zulip_botserver | ||
.gitignore | ||
.travis.yml | ||
README.md |
Zulip API
This repository contains the source code for Zulip's PyPI packages:
zulip
: PyPI package for Zulip's API bindings.zulip_bots
: PyPI package for Zulip's bots and bots API.zulip_botserver
: PyPI package for Zulip's Flask bot server.