This file contains 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
/** | |
* login to your instagram account | |
* open browser's console (cmd option j on chrome macOS) | |
* run the following command: | |
* getData('mpt681988') | |
* mpt681988 is insta username | |
*/ | |
/** Convert a 2D array into a CSV string | |
*/ |