suchipi / line-sticker-downloader

Tool that downloads stickers or emojis from the LINE store
MIT License
37 stars 14 forks source link

line-sticker-downloader

Tool that downloads stickers or emojis from the LINE store.

Requirements

Node 8 or higher

Usage

  1. Find something you want from http://store.line.me
  2. Copy the URL to the item (eg https://store.line.me/emojishop/product/5bfcd255040ab139c41b2d0e/en)
  3. Run npx line-sticker-downloader <URL> [folder], replacing <URL> with your URL and [folder] with a folder to save them to
  4. It will download all the stickers/emoji from that page and save them to the folder.

Example:

npx line-sticker-downloader https://store.line.me/emojishop/product/5bfcd255040ab139c41b2d0e/en menhera-emoji-cat

Notes/troubleshooting

License

MIT