Download all images from pixiv/twitter/deviantart profiles!
- Install node.js
- Run
npm install images-grabber -g
$ img-grab [service] [links] [arguments]
or
$ images-grabber [service] [links] [arguments]
- deviantart (by user profile link)
- twitter (by user profile link) (must be public!)
- pixiv (by user profile link)
-h, --help show service help
-i N, --iteration=N number of images loaded per iteration (default: 25)
-p path, --path=path path to images directory (default: path to current directory + "/images")
--unsafe download unsafe pictures (default: false)
-U username, --username=username pixiv username (required!)
-P password, --password=password pixiv password (required!)
-c, --collections download images in collections too
- Get images from deviant art
$ img-grab deviantart https://www.deviantart.com/kvacm
- Get images from pixiv including images in collections
$ img-grab pixiv pixiv.net/member_illust.php?id=10655554 https://www.pixiv.net/member.php?id=810305 -c
- Get images from twitter (10 images per iteration)
$ img-grab twitter https://twitter.com/genskc -i 10
- Install node.js
- Clone repo
- Run
npm i
ornpm install
- After install, run
./bin/run [service] [links] [arguments]