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:
Marco Burstein 2017-12-17 18:23:22 -08:00 committed by showell
parent 26f76dc9b1
commit 878691a745
6 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[witai]
token = <your token>
handler_location = <your handler location>
help_message = <your help message>