https://github.com/aadityatamrakar/insta_dl
Instagram Profile Images Downloader
https://github.com/aadityatamrakar/insta_dl
instagram instagram-downloader instagram-photos instagram-scraper
Last synced: 2 months ago
JSON representation
Instagram Profile Images Downloader
- Host: GitHub
- URL: https://github.com/aadityatamrakar/insta_dl
- Owner: aadityatamrakar
- Created: 2018-01-23T11:20:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T11:39:12.000Z (over 7 years ago)
- Last Synced: 2025-03-20T02:16:22.607Z (7 months ago)
- Topics: instagram, instagram-downloader, instagram-photos, instagram-scraper
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Downloader
Instagram Profile Images Downloader## Setup / Installation
1. Create folders - 'dump', 'images' in root folder where '*index.js*' file is present. Command - `mkdir dump images`
2. run command - `npm install`
3. Create file '*users.json*', structure of file should be `[{username: <_username_>, password: <_password_>}, {...}]`
4. Done!## Usage
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.