Insta Fetcher

Fetch instagram metadata with full details and simplified json metadata
☕ Buy Me a Coffee : Saweria
Features
Usage
Installation:
npm i insta-fetcher
recommended to set the session id before make call to all function
const ig = require('insta-fetcher');
ig.setCookie('your session id');
Example
const ig = require('insta-fetcher');
ig.fetchPost('https://www.instagram.com/p/CMBZUsMALA_/').then(res => {
console.log(res);
})
ig.fetchUser('mg.creativestudio').then(res => {
console.log(res);
})
ig.fetchStories('adiraas.p').then(res => {
console.log(res);
})
Contributing
All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...
- Send feedbacks.
- Submit bug reports.
- Write/Edit the documents.
- Fix bugs or add new features.