Skip to content

theazran/igsimpledl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

igsimpledl

Instagram simple API

Only available for download single post, reels. If multiple posts, only the main one is downloaded.

npm install igsimpledl

Usages:

const ig = require("igsimpledl");
ig("https://www.instagram.com/p/CXCnrUFhsZS/")
  .then(data => {
    console.log(data)
})

Result:

{
  "result": { 
    "ownAPI": "@theazran_", 
    "url": "https://tinyurl.com/2fndqq8v" 
  }
}

Contact Me:

About

Instagram simple API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published