brendanjryan / instagram-saved-downloader

A small utility for downloading all of your saved images from Instagram.
16 stars 2 forks source link

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!