librus-api:高级node.js Librus抓取API(http

时间:2024-05-18 13:10:10
【文件属性】:

文件名称:librus-api:高级node.js Librus抓取API(http

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-18 13:10:10

JavaScript

librus-api 简单的node.js Librus抓取API模块 安装: npm install librus-api 用法 'use strict' ; const Librus = require ( "librus-api" ) ; let client = new Librus ( ) ; client . authorize ( "login" , "pass" ) . then ( function ( ) { // Send message to User 648158 client . inbox . sendMessage ( 648158 , "title" , "body" ) . then ( ( ) => { /** sucess */ } , ( ) => { /** fail **/ } ) ; // Remove message wit


【文件预览】:
librus-api-master
----package.json(589B)
----package-lock.json(21KB)
----.gitignore(42B)
----lib()
--------config.js(208B)
--------resources()
--------tools.js(629B)
--------api.js(5KB)
----README.md(3KB)
----yarn.lock(13KB)

网友评论