line-stickers/README.md

25 lines
582 B
Markdown
Raw Permalink Normal View History

2020-07-08 16:17:40 +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
```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).