mangaplus-parser

Crates.iomangaplus-parser
lib.rsmangaplus-parser
version2.0.0
sourcesrc
created_at2019-08-10 05:33:59.554548
updated_at2020-10-13 23:47:36.907601
descriptionmangaplus parser for rust using pb-rs
homepage
repositoryhttps://gitlab.com/zeen3/mangaplus-parser
max_upload_size
id155551
size15,333
(ZaneHannanAU)

documentation

https://zeen3.gitlab.io/mangaplus-parser/mangaplus_parser/index.html

README

mangaplus-parser

  • in binary (cargo install mangaplus-parser-json, mangaplus-parser < mangaplus_data.bin): parses the output (stdin) of mangaplus data and re-outputs as JSON for use with tools such as jq.
  • in lib: offers a singular function to decode a slice, and a module for use with objects.

Build requirements:

  • cargo

Recommended setup:

  • install the musl stuff (git clone git://git.musl-libc.org/musl, follow INSTALL)
  • install the musl toolchain (rustup target add x86_64-unknown-linux-musl)
  • run cargo build --release --target x86_64-unknown-linux-musl
  • run cp target/x86_64-unknown-linux-musl/release/mangaplus-parser ~/.local/bin if you need that

Recommended installs:

Prebuilt binaries:

yeah I need to figure that out

Usage:

curl --http2-prior-knowledge -H SESSION-TOKEN:$(uuidgen) 'https://jumpg-webapi.tokyo-cdn.com/api/{}' | mangaplus-parser | jq .
Commit count: 35

cargo fmt