Go to file
2020-07-08 16:17:40 +10:00
fetch.py initial commit 2020-07-08 16:10:14 +10:00
fetch.sh initial commit 2020-07-08 16:10:14 +10:00
LICENSE add README 2020-07-08 16:17:40 +10:00
README.md add README 2020-07-08 16:17:40 +10:00
shell.nix initial commit 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.