|
||
---|---|---|
static | ||
.drone.yml | ||
.gitignore | ||
History.md | ||
README.md | ||
channel.go | ||
follower.go | ||
go.mod | ||
go.sum | ||
main.go | ||
reflect.go | ||
save.go | ||
settings.go | ||
settings.yml.dist | ||
stream.go | ||
subs.go | ||
user.go |
README.md
Twitch Data Collector
Collect your channel's data from Twitch
Quickstart
Copy settings.yml.dist to settings.yml and set all the parameters in it.
Create app in Twitch Dev Console
https://dev.twitch.tv/console/apps
Set http://localhost:8080/callback as OAuth Redirect URL (change the port to your setting in the settings.yml)
Copy Client-ID and Secret to settings.yml