abechen / line-sticker-crawler

1 stars 0 forks source link

Crawl all stickers on the entire site? #1

Open chaoscreater opened 5 years ago

chaoscreater commented 5 years ago

Possible to download all stickers on the entire site?

abechen commented 5 years ago

Hi, in the project, you just can get one sticker by sticker url like 'https://store.line.me/stickershop/product/331/zh-Hant'. If you need to crawl all stickers, you can program to get all sticker urls then call this... sh bin/start-download.sh '<sticker url>'

thanks!

chaoscreater commented 5 years ago

Thanks for your reply. I'm not good at coding unfortunately. Would you be able to add this as a feature?