Instagram Profile Images Downloader
- Create folders - 'dump', 'images' in root folder where 'index.js' file is present. Command -
mkdir dump images
- run command -
npm install
- Create file 'users.json', structure of file should be
[{username: <_username_>, password: <_password_>}, {...}]
- Done!
To get profile feed run command - node index.js <_username_> <_profileId_>
.
This will save the result output in dump folder with <username>.json file.
If you want to download images with feed. node index.js <_username_> <_profileId_> yes
To use different user to download from update 4th parameter with user index in users.json.