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
|
@ -67,6 +67,8 @@ force_include = [
|
|||
"zulip_bots/zulip_bots/bots/chess/test_chess.py",
|
||||
"zulip_bots/zulip_bots/bots/xkcd/xkcd.py",
|
||||
"zulip_bots/zulip_bots/bots/xkcd/test_xkcd.py",
|
||||
"zulip_bots/zulip_bots/bots/witai/witai.py",
|
||||
"zulip_bots/zulip_bots/bots/witai/test_witai.py",
|
||||
"zulip_bots/zulip_bots/bots/wikipedia/wikipedia.py",
|
||||
"zulip_bots/zulip_bots/bots/wikipedia/test_wikipedia.py",
|
||||
"zulip_bots/zulip_bots/bots/yoda/yoda.py",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue