Collect your channel's data from Twitch
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.
 
 
 
 
Go to file
Martin Thielecke d2b8095d9e
continuous-integration/drone/push Build is passing Details
prepare release v0.0.5
11 months ago
static change variable to constant in loop 3 years ago
.drone.yml is it a debian? 11 months ago
.gitignore save followers 1 year ago
History.md prepare release v0.0.5 11 months ago
README.md change name in readme 11 months ago
channel.go fix message 11 months ago
create_dist.sh create dist 11 months ago
follower.go remove needless code 11 months ago
go.mod debug code 1 year ago
go.sum debug code 1 year ago
main.go fix twitch APIs and usage values 11 months ago
reflect.go initial version of collector 3 years ago
save.go save files with better rights 3 years ago
settings.go limit requests 3 years ago
settings.yml.dist remove needless comma 3 years ago
stream.go initial version of collector 3 years ago
subs.go fix message 11 months ago
user.go fix twitch APIs and usage values 11 months 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

IMPORTANT: Change verification_token in your settings.yml