fb2c25dc99
This command launches a goroutine that does the actual downloading of the emotes so the client doesn't hang until the process is finished. subscribers.json needs to be manually downloaded and added next to the main executable for now. Eventually, it will download and cache this file (for 24 hours, at a minimum). Issue #10 should not be considered finished yet. This needs to be tested a bit more with multiple channels. Ideally, some that exist and some that don't to verify that it fails gracefully (ie, adds the emotes it was able to download).
41 lines
529 B
Plaintext
41 lines
529 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.aseprite
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# GoCode debug file
|
|
debug
|
|
|
|
# Linux binary
|
|
MovieNight
|
|
|
|
# Twitch channel info
|
|
static/subscriber.json
|
|
|
|
# This file now holds the stream key. Don't include it.
|
|
settings.json
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# Autobuilt wasm files
|
|
static/main.wasm
|
|
|
|
# tags for vim
|
|
tags
|
|
|
|
# channel and emote list from twitch
|
|
subscribers.json
|