A simple command line tool that lets you bulk download images from Unsplash
JavaScript
Switch branches/tags
Nothing to show
Latest commit 5cf0ab3 Jun 1, 2017 @MehediH Updated screenshot
Permalink
Failed to load latest commit information.
.gitignore Unsplash.com credits May 31, 2017
LICENSE Initial commit Mar 25, 2017
README.md Updated screenshot Jun 1, 2017
index.html Bulksplash May 31, 2017
index.js Oops Jun 1, 2017
package.json Bulksplash May 31, 2017

README.md

Bulksplash

A simple command line tool that lets you bulk download images from Unsplash, previously known as Unsplash Bulk Downloader

screenshot

What's New

Bulksplash is now powered by the official Unsplash API. The new API gives us access to some new features, including:

  • You can now download the featured images from Unsplash
  • You can now download images with a specific search query
  • You can now choose the orientation of the images

Getting Started

To get started with Bulksplash, simply clone the repo, install the modules with npm install 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)
    --featured [f]     Download featured images only
    --search [s]       Download images with a specific term
    --orientation [o]  Image orientation (landscape, portrait, and squarish)

Please feel free to contribute to this tiny project and make it better :)