chatterbox:流星应用的聊天机器人

时间:2024-05-17 07:43:17
【文件属性】:

文件名称:chatterbox:流星应用的聊天机器人

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-17 07:43:17

JavaScript

聊天盒 安装 meteor add poetic:chatterbox 用法 首先使用Chatterbox构造函数初始化您的Chatterbox ,并将名称作为唯一参数传递。 Chatbot = new Chatterbox('Bot'); 然后在您的新Chatbot上打电话listen 。 Chatbot.listen(Posts, {listenTo: 'body', listenFor: /testing/, chatAs: 'author'}, (userId, post) => { // userId and post are the same objects passed from the collection hooks package }) 您的聊天机器人现在将在创建的每个新帖子上侦听body属性。 当帖子的主体通过针对您的listenFor参数的正则表达式测试时


【文件预览】:
chatterbox-master
----chatterbox-tests.js(121B)
----README.md(1KB)
----package.js(451B)
----.versions(333B)
----chatterbox.es6.js(813B)

网友评论