Simple node app to download and save instagram images from public instagram pages.
Install dependencies
yarn install
or
npm install
yarn build
or
npm run build
yarn start
or
npm start
.env
IG_HANDLE=<public_instagram_page_handle>
IMG_LIMIT=<download_amount_limit>
SAVE_LOCATION=<image_output_directory>