c61d413f25
This bot depends on PyDictionary, which isn't very well-implemented or well-maintained. PyDictionary's dependency on goslate and goslate's dependency on concurrent.futures has been known to cause problems in Python 3 virtualenvs. This bot has also been the source of disruptive BeautifulSoup warnings. Since this bot is only meant to be an example bot, and for all the above reasons, it makes sense to remove this bot. The cons of debugging the above issues outweight the pros of having the bot at all. |
||
---|---|---|
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.