python-zulip-api/zulip_bots/zulip_bots/bots/witai/witai.conf
Marco Burstein 878691a745 bots: Create Wit.ai Bot.
Wit.ai Bot communicates with the Wit.ai API. It can be configured with
any Wit.ai token and allows for setting up a custom handler function to
handle Wit.ai responses.
2017-12-18 10:32:05 -05:00

5 lines
107 B
Plaintext

[witai]
token = <your token>
handler_location = <your handler location>
help_message = <your help message>