Downloads twitch emotes in bulk from https://www.twitchmetrics.net/
- Head into the releases page.
- Download the corresponding binary to your OS.
- Run it.
# To see how to use and extra flags
$ twe-dl --help
# To run with default values
$ twe-dl
# To run with one or more urls
$ twe-dl https://www.twitchmetrics.net/emotes \
https://www.twitchmetrics.net/c/26261471-asmongold/emotes \
https://www.twitchmetrics.net/c/149747285-twitchpresents/emotes
twitch-emotes-downloader is an open source project, distributed under a GPLv3 license. This document explains how to check out the sources, build them on your own machine, and run them.
This project uses Go as a programming language, so you need to install it first.
- Clone the repository.
- Install its dependencies.
- Execute
go run main.go
By contributing your code, you agree to license your contribution under the GPLv3.