fetch.py | ||
fetch.sh | ||
LICENSE | ||
README.md | ||
shell.nix |
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.