All Projects → Antosik → images-grabber

Antosik / images-grabber

Licence: MIT license
🖼️ Get all images from pixiv/twitter/deviantart

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to images-grabber

Gallery Dl
Command-line program to download image galleries and collections from several image hosting sites
Stars: ✭ 4,199 (+20895%)
Mutual labels:  pixiv, deviantart
pixiv
Pixiv API for Golang
Stars: ✭ 34 (+70%)
Mutual labels:  pixiv
pxnyan
An application powered by Flutter.
Stars: ✭ 47 (+135%)
Mutual labels:  pixiv
SetuAPI
色图API
Stars: ✭ 39 (+95%)
Mutual labels:  pixiv
Pikax
一个基于requests的P站下载器/ A pixiv downloader based on requests
Stars: ✭ 49 (+145%)
Mutual labels:  pixiv
dic-nico-intersection-pixiv
ニコニコ大百科とピクシブ百科事典の共通部分のIME辞書
Stars: ✭ 49 (+145%)
Mutual labels:  pixiv
Net Spider
新手小白~~持续更新中〜随意Fork,Star,大佬萌多多issue哦 (目前更新: 1.短视频视频无水印解析(支持超过30多个平台 e.g., 抖音,快手,微博...) 2.bilibili音视频解析🐱‍👓 3.知音漫客图片加密 🔥 4. 世纪佳缘信息👨‍👩‍👧‍👦 5.小鸡词典🐥🐥。。。。。。
Stars: ✭ 212 (+960%)
Mutual labels:  pixiv
streamdvr
DVR for streaming entertainment
Stars: ✭ 51 (+155%)
Mutual labels:  pixiv
pixiv-helper
mirai-console 插件开发计划
Stars: ✭ 113 (+465%)
Mutual labels:  pixiv
OPQ-SetuBot
基于botoy和OPQBot的色图机器人
Stars: ✭ 194 (+870%)
Mutual labels:  pixiv
pixiv.ts
Wrapper for the Pixiv API with typings
Stars: ✭ 25 (+25%)
Mutual labels:  pixiv
PixivPixie
User-friendly Pixiv API based on PixivPy
Stars: ✭ 23 (+15%)
Mutual labels:  pixiv
BooruSharp
A C# library to browse Booru websites (Gelbooru, Konachan, E621...) easily
Stars: ✭ 46 (+130%)
Mutual labels:  pixiv
PickTrue
豆瓣相册下载, A站下载器,Artstation Downloader, Pixiv Downloader, 花瓣网(huaban.com)图片下载器
Stars: ✭ 129 (+545%)
Mutual labels:  pixiv
pixiv func android
功能齐全的Pixiv第三方客户端 免代理 支持查看动图查看直播
Stars: ✭ 167 (+735%)
Mutual labels:  pixiv
Alfred Web Search Suggest
Alfred search suggest workflow for various popular websites.
Stars: ✭ 249 (+1145%)
Mutual labels:  pixiv
pixivcs
Pure C# implementation of Pixiv API
Stars: ✭ 33 (+65%)
Mutual labels:  pixiv
Piko
pixiv third client,P站第三方客户端,flutter跨平台
Stars: ✭ 19 (-5%)
Mutual labels:  pixiv
deviantART-Filter
A browser extension that allows you to filter DeviantArt by user, keyword, and/or category.
Stars: ✭ 16 (-20%)
Mutual labels:  deviantart
Pixeval
Wow. Yet another Pixiv client!
Stars: ✭ 1,639 (+8095%)
Mutual labels:  pixiv

images-grabber

Build Status NSP Status npm

NPM install

Download all images from pixiv/twitter/deviantart profiles!

Install

  • Install node.js
  • Run npm install images-grabber -g

Usage

$ img-grab [service] [links] [arguments]

or

$ images-grabber [service] [links] [arguments]

Services

  • deviantart (by user profile link)
  • twitter (by user profile link) (must be public!)
  • pixiv (by user profile link)

Arguments

General

-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")

Deviantart and Twitter specific args:

--unsafe                      download unsafe pictures (default: false)

Pixiv specific args:

-U username, --username=username       pixiv username (required!)
-P password, --password=password       pixiv password (required!)
-c, --collections                      download images in collections too

Example of usage

  • 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

Sources install

  • Install node.js
  • Clone repo
  • Run npm i or npm install
  • After install, run ./bin/run [service] [links] [arguments]

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].