instadp

1.1.5 • Public • Published

instadp

Fast and lean implementation to grab profile photos, stories & reels from instagram without needing an account.
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

API

Documentation

Package Sidebar

Install

npm i instadp

Weekly Downloads

3

Version

1.1.5

License

MIT

Unpacked Size

18.2 kB

Total Files

12

Last publish

Collaborators

  • camsi