Unsplash Bulk Downloader
A simple command line tool that lets you bulk download images from Unsplash
Getting started
To get started with Unsplash Bulk Downloader, simply clone the repo, install the modules with npm and run node index
Here are some of the available options:
Usage: index [options]
Options:
-h, --help output usage information
-V, --version output the version number
--amount [limit] Amount of pictures to download (Default is 10)
--folder [name] Name of the folder you want to save the images to (Default is "images")
--width [w] Width of images (Default is 1200)
--height [h] Height of images (Default is 800)
-g, --grayscale Enable grayscale for images (disabled by default)
-b, --blur Blur images (disabled by default)
Please feel free to contribute to this tiny project and make it better :)
