A simple command line tool that lets you bulk download images from Unsplash
JavaScript
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
index.js
package.json

README.md

Unsplash Bulk Downloader

A simple command line tool that lets you bulk download images from Unsplash

screenshot

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 :)