This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* 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 . | |
* |