Skip to content

gustavosizilio/insta_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    })

About

A npm package project to get Instagram information.

Resources

Stars

Watchers

Forks

Packages

No packages published