Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.14 KB

Fanbox Archive

Get Started

Check PostArchiver to know more info.

It is importer for fanbox to PostArchiver.

Usage: fanbox-archive [OPTIONS] <SESSION> [OUTPUT]

Arguments:
  <SESSION>  Your `FANBOXSESSID` cookie [env: FANBOXSESSID=]
  [OUTPUT]   Which you path want to save [env: OUTPUT=] [default: ./archive]

Options:
  -s, --save <SAVE>                 Which you type want to save [env: SAVE=all] [default: supporting] [possible values: all, following, supporting]
  -f, --force                       Force download
  -o, --overwrite                   Overwrite existing files
  -w, --whitelist [<WHITELIST>...]  Whitelist of creator IDs
  -b, --blacklist [<BLACKLIST>...]  Blacklist of creator IDs
      --limit <LIMIT>               Limit download concurrency [default: 5]
      --skip-free                   Skip free post
  -v, --verbose...                  Increase logging verbosity
  -q, --quiet...                    Decrease logging verbosity
  -h, --help                        Print help

Build

How to build & run code

cargo run