You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
1 year ago | |
---|---|---|
static | 3 years ago | |
.drone.yml | 1 year ago | |
.gitignore | 2 years ago | |
History.md | 1 year ago | |
README.md | 1 year ago | |
channel.go | 1 year ago | |
create_dist.sh | 1 year ago | |
follower.go | 1 year ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 1 year ago | |
reflect.go | 3 years ago | |
save.go | 3 years ago | |
settings.go | 3 years ago | |
settings.yml.dist | 3 years ago | |
stream.go | 3 years ago | |
subs.go | 1 year ago | |
user.go | 1 year ago |
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