python-zulip-api/bots_api
Robert Hönig acd71fb96e bots: Add non-obligatory initialize func for bots.
A bot that implements `initialize(client)` has initial
access to the `client` object, before `handle_message`
is called.
2017-06-14 20:25:07 -07:00
..
__init__.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
bot_lib.py bots: Add non-obligatory initialize func for bots. 2017-06-14 20:25:07 -07:00
bots_test_lib.py bots: Move mock http conversations to fixtures. 2017-06-13 09:22:35 -07:00
run.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
test-bots test-bots: Fail if a bot is missing __init__.py. 2017-06-08 09:21:12 -07:00