line-stickers-scraper-rs

Build Status Build status Crates.io

Experimental executable in Rust to scrap and save LINE sticker PNGs from URL.

Saves all scrapped LINE sticker PNGs from given URL into given output directory.

As with all scraper, this is highly dependent on the website DOM layout, so this is likely to break over time (especially this is experimental 😊).

Installation

bash cargo install line-stickers-scraper

This installs lss into your Cargo binary directory.

Example usage

bash lss https://store.line.me/stickershop/product/7842/en -o output/ -vvv

This performs a GET request from the above URL:

For more argument details, type:

bash lss -h