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.
This commit is contained in:
parent
26f76dc9b1
commit
878691a745
6 changed files with 196 additions and 0 deletions
4
zulip_bots/zulip_bots/bots/witai/witai.conf
Normal file
4
zulip_bots/zulip_bots/bots/witai/witai.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
[witai]
|
||||
token = <your token>
|
||||
handler_location = <your handler location>
|
||||
help_message = <your help message>
|
Loading…
Add table
Add a link
Reference in a new issue