Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ddg-bulk-image-downloader

mishra-ankit124.3kMIT0.1.11TypeScript support: included

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

duckduckgo, scraper, images, download, image-downloader, oclif

readme

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