python-zulip-api/bots_api
Abhijeet Kaur b406150a56 bots: Rename BotHandlerApi class to ExternalBotHandler.
This change is done for better understanding of the class functionality
from its class name. Now there will be 3 different classes for bots,
namely 'ExternalBotHandler', 'FlaskBotHandler' and  'EmbeddedBotHandler'.
2017-06-21 10:22:53 -04:00
..
__init__.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
bot_lib.py bots: Rename BotHandlerApi class to ExternalBotHandler. 2017-06-21 10:22:53 -04:00
bots_test_lib.py bots: Rename BotHandlerApi class to ExternalBotHandler. 2017-06-21 10:22:53 -04:00
run.py bots: Correctly set paths to bot modules for testing. 2017-06-19 07:11:08 -04:00
test-bots test-bots: Fail if a bot is missing __init__.py. 2017-06-08 09:21:12 -07:00