Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a/unsplash_dl

Unsplash collection downloader
https://github.com/a/unsplash_dl

unsplash unsplash-api wallpaper-downloader wallpapers

Last synced: about 2 months ago
JSON representation

Unsplash collection downloader

Awesome Lists containing this project

README

        

## Unsplash

CLI to download collections from Unsplash

![Screenshot](./screenshot.png)

### Features

- Filters to specify min width, min height, min likes
- Ability to filter out vertical images
- Skiping existing images

### Installation

```
pip install --user unsplash_dl
```

```
CLI to download images from unsplash.

Usage:
unsplash
unsplash --version
unsplash download -c= -t= -d= [--min-width=] [--min-height=] [--min-likes=] [-H] [-v]

Options:
-h --help Show this screen
-v --verbose Enable logging
--version Show version.

-c= --collection= Collection to download
-t= --token= Unsplash API token
-d= --directory= Directory to download to
-H --ignore-vertical Ignore vertical photos
--min-width= Minimal width
--min-height= Minimal height
--min-likes= Minimal likes
```