botkit-storage-datastore:Botkit的Google Cloud Datastore存储模块

时间:2024-05-21 01:25:42
【文件属性】:

文件名称:botkit-storage-datastore:Botkit的Google Cloud Datastore存储模块

文件大小:37KB

文件格式:ZIP

更新时间:2024-05-21 01:25:42

botkit chatbot google-cloud-platform google-cloud-datastore JavaScript

botkit存储数据存储 Botkit的Google Cloud Datastore存储模块 用法 只需要botkit-storage-datastore并将其传递给带有projectId选项的配置即可。 然后在创建Botkit控制器时传递返回的存储空间。 Botkit将完成其余的工作。 确保您存储的所有内容都具有id属性,以后将使用它来查找它。 var Botkit = require('botkit'), datastoreStorage = require('botkit-storage-datastore')({projectId: '...'}), controller = Botkit.slackbot({ storage: datastoreStorage }); // then you can use the Botkit sto


【文件预览】:
botkit-storage-datastore-master
----.travis.yml(171B)
----index.js(35B)
----.jscsrc(459B)
----package.json(922B)
----.eslintrc.json(384B)
----tests()
--------index.js(13KB)
--------it.js(2KB)
----LICENSE(1KB)
----package-lock.json(106KB)
----CONTRIBUTING.md(2KB)
----src()
--------index.js(4KB)
----.gitignore(555B)
----README.md(1KB)
----.eslintignore(11B)
----.editorconfig(141B)

网友评论