zulip/api/bots/helloworld
Robert Hönig bc183b8e61 bots: tests: Remove superfluous sys.path insertion. 2017-06-19 07:11:08 -04: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: tests: Remove superfluous sys.path insertion. 2017-06-19 07:11:08 -04: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.