Skip to content

Instantly share code, notes, and snippets.

View Dieggore's full-sized avatar

Diego Montes Aragonés Dieggore

View GitHub Profile
@Dieggore
Dieggore / instagramFollowerScrapper.js
Created April 22, 2017 07:39 — forked from hardiksondagar/instagramFollowerScrapper.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 .
*