instagram-saved-downloader icon indicating copy to clipboard operation
instagram-saved-downloader copied to clipboard

A small utility for downloading all of your saved images from Instagram.

instagram-saved-downloader

A small script which downloads all of your saved images from Instagram.

Instructions

Setup:

Clone this repository and edit config.json with your Instagram username and password. For example:

{
  "username": "testuser",
  "password": "testpassword"
}

Then run the script with:

npm run

You should now find your images in the images/ folder in this directory!