Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 440 Bytes

Instagram Web Scraper

Instagram Web Scraper made with NodeJS and puppeteer package

Setup

npm install && npm start

Functionality

  • Login to existing Instagram account
  • Get the number of posts, followers and following for the wanted account
  • Get a list of all the followers of the wanted account

Future Updates

  • Existing account and correct password verification
  • User Interface for the web scraper (Front-end)