2020-07-08 16:17:40 +10:00
2020-07-08 16:10:14 +10:00
2020-07-08 16:10:14 +10:00
2020-07-08 16:17:40 +10:00
2020-07-08 16:17:40 +10:00
2020-07-08 16:10:14 +10:00

some LINE sticker pack downloader

Small script to download a LINE sticker pack and spit it out into the filesystem. What you do after that is up to you. I've been using it for Signal sticker packs.

Usage

$ ./fetch.sh <LINE pack ID>
# or
$ ./fetch.sh https://store.line.me/stickershop/...

Requirements

Nix OR Python 3 and the following packages:

  • beautiful soup 4
  • requests

If you have Nix installed it will run the script in a nix-shell with the above requirements, so you don't need to have them in your environment.

License

Unlicense.

Description
No description provided
Readme 20 KiB
Languages
Python 79.5%
Nix 11.7%
Shell 8.8%