zulip/api/bots/helloworld
Robert Hönig f9c5086658 bots: Rename BotHandlerApi object `client` to `bot_handler`. 2017-06-13 11:13:23 -07:00
..
__init__.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
helloworld.py bots: Rename BotHandlerApi object `client` to `bot_handler`. 2017-06-13 11:13:23 -07:00
readme.md bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
test_helloworld.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00

readme.md

Simple Zulip bot that will respond to any query with a "beep boop".

The helloworld bot is a boilerplate bot that can be used as a template for more sophisticated/evolved Zulip bots.