python-zulip-api/zulip_botserver/zulip_botserver
Rohitt Vashishtha 74d902d14f botserver: Allow importing custom bot modules.
We can now specify path to a bot's python file as the ini section
header in the botserver's config file. For example:

[~/Documents/helloworld.py]
email=a@b.com
key=XXXX
site=https://b.com
token=XXXX
2019-09-03 13:27:21 -07:00
..
__init__.py flask_server: Move the server to its own package. 2017-07-18 01:31:54 -02:30
input_parameters.py botserver: Rename zulip-bot-server to zulip-botserver. 2018-06-04 10:14:17 -07:00
py.typed zulip_bots, zulip_botserver: Add PEP 561 type annotation markers. 2019-08-09 17:29:04 -07:00
server.py botserver: Allow importing custom bot modules. 2019-09-03 13:27:21 -07:00