python-zulip-api/zulip_botserver/zulip_botserver
novokrest 50173c105b botserver: Read bot's config from config section with bot's name.
This commit changes the default behavior for a hypothetical bot
named 'bot_one' to the following with the config file:

1. Find and load section named 'bot_one', else...
2. Find and load the first section, else...
3. Exit with error message.

Also, we now gracefully show missing options in a config section
instead of printing the whole stacktrace of the exception.
2018-07-12 20:49:10 +05:30
..
__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
server.py botserver: Read bot's config from config section with bot's name. 2018-07-12 20:49:10 +05:30