linebot:Node用于Node.js的LINE Messaging API的SDK

时间:2024-02-20 10:03:54
【文件属性】:

文件名称:linebot:Node用于Node.js的LINE Messaging API的SDK

文件大小:39KB

文件格式:ZIP

更新时间:2024-02-20 10:03:54

api line messaging chatbot hacktoberfest

线机器人 :robot_face: 用于Node.js的LINE Messaging API的SDK 内置服务器可快速设置 为提供方便的附加功能 关于LINE Messaging API 有关详细信息,请参阅官方API文档。 开发人员文档-https: API参考-https: 安装 $ npm install linebot --save 用法 var linebot = require ( 'linebot' ) ; var bot = linebot ( { channelId : CHANNEL_ID , channelSecret : CHANNEL_SECRET , channelAccessToken : CHANNEL_ACCESS_TOKEN } ) ; bot . on ( 'message' , function ( event ) { event . reply ( event . message . text ) . then ( function ( data ) { // success } ) . catch (


【文件预览】:
linebot-master
----.travis.yml(56B)
----iisnode.yml(44B)
----index.js(43B)
----package.json(982B)
----.eslintrc.json(307B)
----test()
--------room.test.js(2KB)
--------profile.test.js(789B)
--------linebot.test.js(4KB)
--------group.test.js(2KB)
--------message.test.js(3KB)
----LICENSE(1KB)
----package-lock.json(81KB)
----examples()
--------echo.js(514B)
--------echo-express-long.js(937B)
--------demo.js(5KB)
--------echo-express.js(637B)
----.gitignore(601B)
----lib()
--------linebot.js(11KB)
----README.md(11KB)

网友评论