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
|
@ -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
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue