0.1.11 • Published 2 years ago

ddg-bulk-image-downloader v0.1.11

Weekly downloads
1,765
License
MIT
Repository
github
Last release
2 years ago

ddg-bulk-image-downloader

Lazy way to download images from Duck Duck Go search results in bulk

oclif Version Downloads License

Usage

$ npm install -g ddg-bulk-image-downloader
$ ddg-download "Morgan Freeman" -l 500 # Downloads first 500 images from Duck Duck go to current folder

Or try without installing

$ npx ddg-bulk-image-downloader -q "Morgan Freeman" -l 60 -o out

Examples

$ ddg-download "Morgan Freeman"
$ ddg-download -q "Morgan Freeman" -l 60 -o out

OPTIONS

-c, --color=(color|Monochrome|Red|Orange)
-h, --help                                  show CLI help
-l, --layout=(Square|Tall|Wide)
-l, --limit=limit                           [default: 10] no of images to download
-o, --output=output                         output directory path
-q, --query=query                           search query
-s, --size=(Small|Medium|Large|Wallpaper)
-t, --type=(photo|clipart|gif|transparent)
-v, --version                               show CLI version