InstaExport is a really simple node.js app which will export and download Instagram images based on a supplied tag name.
clientId
(string) - Your API client id from Instagram. Required.tag
(string) - The tag name you want to download images for (without the #). Required.limit
(number) - The number of items to retrieve (ordered by most recent tag date). 0 or unlimited by default.
- Simply clone or fork this repo to your local machine.
- Update the app.js file options object with your Instagram API clientId and tag you want to search for.
- Open up your favourite shell or command line and cd to the source code directory.
- Run 'npm install' to download any dependencies.
- Run 'node app'.
- You should now see an images directory inside the source directory with the images in it.
- Your local machine needs have node.js installed.
- A valid client id from the Instagram API is required, You can easily register for one on Instagram's website.