0.9.12-a • Published 5 years ago

pixiv-bookmark-downloader v0.9.12-a

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Pixiv-Bookmark-Downloader

Download your pixiv account bookmark using node.js

Installation

    ~$ npm install -g pixiv-bookmark-downloader

How to update

    ~$ npm update -g pixiv-bookmark-downloader
    or
    ~$ npm install pixiv-bookmark-downloader@latest -g

Getting your public bookmark

    ~$ pbd -u [username] -p [password]

or private bookmark

    ~$ pbd -u [username] -p [password] -t hide

The [username] and [password] is your pixiv account.

Notice! after 0.9.12 because some security reason, cookie storage feature is not available.

use -h or --help to see more argument.

When process done. Result will output to file result.json

Features

  • Get all public/private bookmark
  • Download image from bookmark(result.json) (using -d or --download) (now is testing and unstable. But don't worry it can't broke your account.)
  • Download manga(multi picture) from bookmark(Same as above)
  • Download gif from bookmark(Same as above)

Attention!! since 2018/04/04, pixiv create new UI ,for now this feature is not available. see this post fixed after 0.9.8 (but keep update to latest version to make sure this feature work! because pixiv keep update their page. if something happened, open issue and let me know.)

new stuff here: a new commad pbd-renew can help you convert json format from v1 to v2 (although main program pbd still generate v1, I will update at next version(mabye 0.9.13))

File

name(path)Description
bin/pbd.jsGet all public bookmark script.
format_v1.jsonresult output example.(ver 1.5)
config_v1.jsonconfig file example.
bookmark.jsGet bookmark single page example using jquery.(browser debug ver.)
page.jsGet image url example using jquery.(browser debug ver.)

Requirements

  • async
  • chalk
  • cheerio
  • commander
  • fs
  • gauge
  • request
  • request-progress
  • image-size
0.9.12-a

5 years ago

0.9.12

5 years ago

0.9.11

6 years ago

0.9.10

6 years ago

0.9.9

6 years ago

0.9.8

6 years ago

0.9.7

7 years ago

0.9.6-rc1

7 years ago

0.9.6

7 years ago

0.9.5-rc.1

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago