Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guergeiro/twitch-emotes-downloader
Downloads twitch emotes in bulk from https://www.twitchmetrics.net/
https://github.com/guergeiro/twitch-emotes-downloader
Last synced: 9 days ago
JSON representation
Downloads twitch emotes in bulk from https://www.twitchmetrics.net/
- Host: GitHub
- URL: https://github.com/guergeiro/twitch-emotes-downloader
- Owner: Guergeiro
- License: gpl-3.0
- Created: 2019-12-28T15:48:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T11:04:44.000Z (about 1 year ago)
- Last Synced: 2024-06-21T15:30:38.317Z (5 months ago)
- Language: Go
- Size: 4.21 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# twitch-emotes-downloader
Downloads twitch emotes in bulk from https://www.twitchmetrics.net/
## Table of Contents
- [Quick Start](#quick-start)
- [Using Source](#using-source)
- [Creator](#creator)
- [License](#license)## Quick Start
1. Head into the releases page.
2. Download the corresponding binary to your OS.
3. Run it.```console
# 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
```## Using Source
twitch-emotes-downloader is an open source project, distributed under a
[GPLv3 license](./LICENSE). This document explains how to check out the sources,
build them on your own machine, and run them.This project uses [Go](https://go.dev) as a programming language, so you need to
install it first.1. Clone the repository.
2. Install its dependencies.
3. Execute `go run main.go`## Creator
[Breno Salles](https://brenosalles.com)
## License
By contributing your code, you agree to license your contribution under the
[GPLv3](./LICENSE).