Find a file
Abhijeet Kaur c3e2c451a7 bots: Not printing the users input directly in reply message.
In case of an errored input (not consistent with the format
of input that the bot seeks), Converter bot was displaying the
errored part first, along with the error message.

This can lead to many failure, if removing_at_mention function
is not working properly then the input '@bot-name 2 m cm' leads
to the bot getting stuck in infinite loop as converter bot will
want to output '@bot-name not a valid number' and hence calling
itself again.
2017-08-14 17:42:33 -07:00
tools linter: Add open() call restriction for the john bot. 2017-07-27 10:35:31 -07:00
zulip integrations/rss: Upgrade to argparse. 2017-08-03 12:34:26 -07:00
zulip_bots bots: Not printing the users input directly in reply message. 2017-08-14 17:42:33 -07:00
zulip_botserver python-zulip-api: Upgrade package versions (0.3.1 -> 0.3.2). 2017-07-31 15:33:34 -07:00
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
.travis.yml travis: Update Travis config to install and test all packages. 2017-07-18 02:25:29 -02:30
README.md api: Move the API package to a dedicated subdirectory. 2017-07-18 02:20:32 -02:30

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.