Skip to content

Simple node app to download and save instagram images from public instagram pages

Notifications You must be signed in to change notification settings

PseudoRAM/instagram-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Image Downloader

Simple node app to download and save instagram images from public instagram pages.

Getting Started

Installing

Install dependencies

yarn install

or

npm install

Building program

yarn build

or

npm run build

Running program

yarn start

or

npm start

Configuration (optional)

.env

IG_HANDLE=<public_instagram_page_handle>
IMG_LIMIT=<download_amount_limit>
SAVE_LOCATION=<image_output_directory>

About

Simple node app to download and save instagram images from public instagram pages

Topics

Resources

Stars

Watchers

Forks