Skip to content

Instantly share code, notes, and snippets.

View Dieggore's full-sized avatar

Diego Montes Aragonés Dieggore

View GitHub Profile
@hardiksondagar
hardiksondagar / instagramFollowerScrapper.js
Last active June 10, 2023 09:25 — forked from suprememoocow/intercept.js
Instagram follower web scrapper.
/**
*
* Instagram Follower Web Scrapper
*
* Steps to use.
* 1. Open instagram user's profile in browser https://www.instagram.com/tvfpitchers/
* 2. Open console ( press F12 in chrome ) and paste all the code below
* 3. Click on followers button and load all the followers
* 4. Call function downloadAsCsv() by writing "downloadAsCsv()" in console to download csv file containing user's all the followers .
*