#manga #scraping #webtoon #command-line-tool #user-login #piccoma

bin+lib piconbiere

Scrape and download media from Piccoma/ピッコマ

9 releases

0.3.1 Nov 27, 2023
0.3.0 Aug 28, 2023
0.2.3 Jul 14, 2022
0.1.2 Jul 3, 2022

#862 in Command line utilities

Download history 12/week @ 2024-02-17 58/week @ 2024-02-24 1/week @ 2024-03-02 9/week @ 2024-03-09 2/week @ 2024-03-16

73 downloads per month

BSD-3-Clause

51KB
1K SLoC

PiconBiere - Scrape and download media from Piccoma/ピッコマ

License

Disclaimer

  • PiconBiere was made for the sole purpose of helping users download media from Piccoma for offline consumption. This is for private use only, do not use this tool to promote piracy.
  • PiconBiere only support the French version of Piccoma (at least for now)

Overview

PiconBiere scrape images from Piccoma website.

Installing

Pre-compiled binaries can be downloaded from the Releases page.

Alternatively, PiconBiere can be installed from Cargo, via the following command:

cargo install piconbiere

PiconBiere can be built from source using the latest stable or nightly Rust. This is primarily useful for developing on PiconBiere.

git clone https://github.com/TehUncleDolan/piconbiere.git
cd piconbiere
cargo build --release
cp target/release/piconbiere /usr/local/bin

PiconBiere follows Semantic Versioning.

Usage

PiconBiere is a command-line utility. Basic usage looks similar to the following.

To download a single episode from a serie, using guest mode:

piconbiere --target 208:episode:1

To download a single volume from a serie, using your account:

piconbiere --target 208:volume:1 --user foo@email.com

--user is used to login with your account in order to access the media you've bought (you'll be prompted for your password).

For example, to download the episodes 1, 3 and 8:

piconbiere --target 208:episode:1,3,8

Finally, you can download every episode of a serie with:

piconbiere --target 208 -u foo@email.com

Or, every volume:

piconbiere --target 208:volume -u foo@email.com

You can also downloed multiple series in a single command:

piconbiere -t 32:episode:1,2,3,4,10 -t 44:volume:1,3 -t 51:volume -t 42

For more advanced options, please consult the help:

piconbiere -h

Credits

PiconBiere has been inspired by Pyccoma and piccoma-downloader

Dependencies

~37–57MB
~712K SLoC