A simple command line tool which downloads a series of images from Shutterstock concerning a predefined search term. Additinally it creates a .csv
file to save the metadata of each file. This is all achieved using the Shutterstock API.
- Install node and npm
- Run
npm start
to get an overview - Provide your Shutterstock API credentials as parameters
- Run
node shuttrstockr search --id <shutterstock-api-client-id> --secret <shutterstock-api-client-secret> --number <number-of-images-to-download> --abbreviation <image-prefix> <search-term>