#png #line #sticker #save #url #web-scraping #executable

app line-stickers-scraper

Executable in Rust to scrap and save LINE sticker PNGs from URL

2 releases

Uses old Rust 2015

0.1.1 Apr 30, 2018
0.1.0 Apr 28, 2018

#7 in #sticker

MIT license

9KB
127 lines

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

cargo install line-stickers-scraper

This installs lss into your Cargo binary directory.

Example usage

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

This performs a GET request from the above URL:

  • -o output/
    • and saves all the scrapped PNG image files into output/ directory. The file names are extracted based on some unique ID from the image web URL.
  • -vvv
    • and prints logs at verbosity level of 3.

For more argument details, type:

lss -h

Dependencies

~23–33MB
~613K SLoC