instadp
v1.1.5
Published
A collection of helper functions to grab results from instadp.
Downloads
49
Maintainers
Readme
const InstaDP = require('instadp');
(async() => {
const insta = new InstaDP();
const stories = await insta.getStories('username');
})();
//stories => ['some_photo.jpg', 'some_video.mp4']
Features
✅ Full Size Profile Pictures
✅ Stories (Images, Videos)
✅ Reels
⛔️ Highlights
⛔️ Direct Downloads
Installation
npm install instadp
Testing
npm test