No description
Since we want our bots to be both python 2 and python 3 compatible, we use six to make up for both of them and run the bot smoothly. 'http.client' was basically used for error-handling by the author of the bot, urllib errors can be handled by the urllib itself. So, using this for simplicity. urllib.request.urlopen raises URLError on protocol errors. |
||
|---|---|---|
| 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.