A simple command line tool that lets you bulk download images from Unsplash
JavaScript
Switch branches/tags
Nothing to show
Latest commit 0479948 Mar 25, 2017 @MehediH committed on GitHub Update README.md
Permalink
Failed to load latest commit information.
.gitignore Create .gitignore Mar 25, 2017
LICENSE Initial commit Mar 25, 2017
README.md Update README.md Mar 25, 2017
index.js Initial release Mar 25, 2017
package.json Initial release Mar 25, 2017

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