All Projects → MehediH → Bulksplash

MehediH / Bulksplash

Licence: gpl-3.0
A simple command line tool that lets you bulk download images from Unsplash

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bulksplash

Gitlab Cli
Create a merge request from command line in gitlab
Stars: ✭ 224 (-38.12%)
Mutual labels:  command-line-tool, command-line
Tsukae
🧑‍💻📊 Show off your most used shell commands
Stars: ✭ 345 (-4.7%)
Mutual labels:  command-line-tool, command-line
Websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
Stars: ✭ 3,477 (+860.5%)
Mutual labels:  command-line-tool, command-line
Dry Cli
General purpose Command Line Interface (CLI) framework for Ruby
Stars: ✭ 210 (-41.99%)
Mutual labels:  command-line-tool, command-line
Theme.sh
A script which lets you set your $terminal theme.
Stars: ✭ 290 (-19.89%)
Mutual labels:  command-line-tool, command-line
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (-41.44%)
Mutual labels:  command-line-tool, command-line
wallup-android
Hand curated Images & 'Auto Wallpaper'
Stars: ✭ 30 (-91.71%)
Mutual labels:  unsplash, images
You Dont Need Gui
Stop relying on GUI; CLI **ROCKS**
Stars: ✭ 4,766 (+1216.57%)
Mutual labels:  command-line-tool, command-line
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-25.69%)
Mutual labels:  command-line-tool, command-line
Ff
Find files (ff) by name, fast!
Stars: ✭ 257 (-29.01%)
Mutual labels:  command-line-tool, command-line
Miniserve
🌟 For when you really just want to serve some files over HTTP right now!
Stars: ✭ 2,894 (+699.45%)
Mutual labels:  command-line-tool, command-line
Commandtrayhost
A command line program monitor systray for Windows
Stars: ✭ 303 (-16.3%)
Mutual labels:  command-line-tool, command-line
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+1121.55%)
Mutual labels:  command-line-tool, command-line
Klog
A plain-text file format and command line tool for time tracking
Stars: ✭ 222 (-38.67%)
Mutual labels:  command-line-tool, command-line
Tq
Perform a lookup by CSS selector on an HTML input
Stars: ✭ 193 (-46.69%)
Mutual labels:  command-line-tool, command-line
Fengniao
A command line tool for cleaning unused resources in Xcode.
Stars: ✭ 2,852 (+687.85%)
Mutual labels:  command-line-tool, images
Receivemidi
Multi-platform command-line tool to monitor and receive MIDI messages
Stars: ✭ 164 (-54.7%)
Mutual labels:  command-line-tool, command-line
Neph
A modern command line job processor, similar with make command
Stars: ✭ 174 (-51.93%)
Mutual labels:  command-line-tool, command-line
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (-29.56%)
Mutual labels:  command-line-tool, command-line
Define
A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.
Stars: ✭ 298 (-17.68%)
Mutual labels:  command-line-tool, command-line

Bulksplash

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

screenshot

Quick Start

To use Bulksplash, you need to install Node.js. Once you have Node.js installed, you can simple use the npx command to run Bulksplash:

npx bulksplash

This will automatically download and let you use Bulksplash. To be able to use Bulksplash wherever you like, you can install it globally using npm:

npm install bulksplash --g

Once installed, you can simply run bulksplash from the terminal on any folder to download images from Unsplash.

What's New

Bulksplash is now available as an NPM package.

Bulksplash now lets you download images from Collections. You can view the Unsplash Collections here, and when using Bulksplash, you can enter any of the available collection links to download all/some images from that collection.

Bulksplash also now automatically generates a bulksplash-credits.json file that has the details of the photographers who made their pictures available on Unsplash.

Options

Prompts in the terminal will guide you through the options for downloading images, with some default values for quicker use. The prompts are as follows:

  • Which directory do you want to save to? - The folder you want to download the pictures to. Defaults to your current directory
  • Which images do you want to download? - Whether you want to download images randomly or from a specific collection. Defaults to random
  • What search term? - A search term, or blank for random images. Defaults to blank
  • Enter the URL of the Unsplash collection you want to download from - The link of the Unsplash Collection you want to download Defaults to blank, needs to be a valid link
  • How many images (up to 50)? - The number of images to retrieve. Defaults to 20
  • Only featured images? - Should it only get featured images, curated by Unsplash? Defaults to Yes
  • What orientation? - What orientation should the images be? The options are Mixed, Portrait, Landscape, Squarish, or Custom. Mixed will get images regardless of orientation, while Custom allows you to choose a specific width and height. Defaults to Mixed
  • Width? - For any orientation, choose the width of the returned images. This is required when the Custom orientation is selected. Defaults to blank for original size
  • Height? - For Custom orientation, specify a height. This option is not displayed if the orientation is not
  • Export the credits for the photos to a .json file? - Whether to generate the bulksplash-credits.json file with all the details about hte photographers. Defaults to yes

Quick Usage

Bulksplash lets you directly use the tool without going through the prompt interface.

For example: bulksplash --amount=50 --d=basket -c=https://unsplash.com/collections/9454911 --f --j will download 50 featured images from the "Basketball" collection into the "test" sub-folder and generate a credits file.

Available options:

  • --d: the directory you want to save images to.
  • --c: if you want to download images from a collection, enter the link of the Unsplash collection you want to download images from.
  • --q: if you want to download images about something specific, you can enter a search query.
  • --a: the number of images you want to download.
  • --w: the width of the images.
  • --h: the height of the images.
  • --o: the orientation of the images ("landscape", "portrait", "squarish")
  • --f: whether you want to download featured images.
  • --j: whether you want to generate a credits file.

Please feel free to contribute to this tiny project and make it better and follow me on Twitter for more projects like this!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].