python-zulip-api/contrib_bots/bots/helloworld
Abhijeet Kaur a09ebc3b26 testsuite: Add tests for helloworld bot in contrib_bots.
Add test file 'test_helloworld.py'.
2017-05-28 17:12:11 -07:00
..
__init__.py bots: Add __init__.py so bot modules can be imported. 2017-05-25 15:00:51 -07:00
helloworld.py bots: Refactor bots to use send_reply. 2017-05-24 13:16:23 -07:00
readme.md bots: Add helloworld example bot. 2017-05-23 13:15:21 -07:00
test_helloworld.py testsuite: Add tests for helloworld bot in contrib_bots. 2017-05-28 17:12:11 -07:00

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.