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

@ -54,6 +54,7 @@ setuptools_info = dict(
'lxml', # for bots/googlesearch
'requests', # for bots/link_shortener
'python-chess[engine,gaviota]', # for bots/chess
'wit', # for bots/witai
'apiai' # for bots/dialogflow
],
)