Skip to content

tomacheese/pixiv-public-to-private

Repository files navigation

pixiv-public-to-private

Changes all illustrations and novels publicly bookmarked on pixiv to private bookmarks.

Requirements

Installation

Works in Docker Compose environment.

Docker Compose

If you want to use Docker Compose, write the following in compose.yaml:

services:
  app:
    image: ghcr.io/tomacheese/pixiv-public-to-private
    volumes:
      - type: bind
        source: ./data
        target: /data/
    init: true
    restart: always

You can then refer to the configuration section to create a configuration file and then launch it with docker compose up -d.

Configuration

Please save the obtained refresh token in data/token.json.

{
  "refresh_token": "....."
}

License

The license for this project is MIT License.