node-instagram:支持promise的节点的Instagram api客户端

时间:2024-02-20 10:05:29
【文件属性】:

文件名称:node-instagram:支持promise的节点的Instagram api客户端

文件大小:72KB

文件格式:ZIP

更新时间:2024-02-20 10:05:29

nodejs api instagram typescript stream

节点Instagram :warning_selector: 旧版Instagram API已弃用,并将于2020年6月29日禁用。 更多信息 。 您应该使用新的Instagram Graph API。 支持承诺和打字稿的节点的Instagram API客户端。 您可以在目录中找到示例。 安装 npm install --save node-instagram yarn add node-instagram 用法 import Instagram from "node-instagram" ; // or const Instagram = require ( "node-instagram" ) . default ; // Create a new instance. const instagram = new Instagram ( { clientId : "your-client-id" , clientSecret : "your-client-secret" , accessToken : "user-access-token" } ) ; //


【文件预览】:
node-instagram-master
----.gitignore(75B)
----package.json(2KB)
----tslint.json(164B)
----src()
--------stream.ts(3KB)
--------index.ts(5KB)
----.travis.yml(213B)
----LICENSE(1KB)
----tsconfig.json(262B)
----__tests__()
--------stream.ts(8KB)
--------index.ts(6KB)
--------utils.ts(603B)
--------__snapshots__()
----examples()
--------express-auth()
--------simple()
----README.md(8KB)
----.npmignore(57B)
----renovate.json(126B)
----yarn.lock(150KB)

网友评论