25 lines
582 B
Markdown
25 lines
582 B
Markdown
|
# 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
|
||
|
|
||
|
```sh
|
||
|
$ ./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](./LICENSE).
|