Node.js application to scrap instagram comments using Puppeteer.
Set the instagram post URL in 'targetUrl', and your instagram username/password
this.targetUrl = '';
this.username = '';
this.password = '';
npm install
node index.js
Node.js application to scrap instagram comments using Puppeteer.
JavaScript