Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a/unsplash_dl
- Owner: A
- Created: 2023-11-21T16:40:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-21T17:17:34.000Z (about 1 year ago)
- Last Synced: 2024-04-14T20:16:01.528Z (8 months ago)
- Topics: unsplash, unsplash-api, wallpaper-downloader, wallpapers
- Language: Python
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```