let insta = require("@gustavosizilio/insta_client");
insta.getUser({identifier: "gustavo.sizilio"})
.then(data => {
console.log(data); //Threat the data
})
insta.getUserPosts({identifier: "26669533", limit: 10})
.then(data => {
console.log(data); //Threat the data
})
insta.getPostDetails({identifier: "SQotORh6Gz"})
.then(data => {
console.log(data); //Threat the data
})
insta.getPostLikes({identifier: "SQotORh6Gz", limit: 80})
.then(data => {
console.log(data); //Threat the data
})
-
Notifications
You must be signed in to change notification settings - Fork 0
gustavosizilio/insta_client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A npm package project to get Instagram information.
Resources
Stars
Watchers
Forks
Packages 0
No packages published