Crates.io | line-stickers-scraper |
lib.rs | line-stickers-scraper |
version | 0.1.1 |
source | src |
created_at | 2018-04-28 09:04:03.500297+00 |
updated_at | 2018-04-30 05:10:00.815263+00 |
description | Executable in Rust to scrap and save LINE sticker PNGs from URL |
homepage | |
repository | https://github.com/guangie88/line-stickers-scraper-rs |
max_upload_size | |
id | 62733 |
size | 14,174 |
line-stickers-scraper-rs
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 😊).
cargo install line-stickers-scraper
This installs lss
into your Cargo binary directory.
lss https://store.line.me/stickershop/product/7842/en -o output/ -vvv
This performs a GET request from the above URL:
-o output/
output/
directory. The
file names are extracted based on some unique ID from the image web URL.-vvv
For more argument details, type:
lss -h