Collect your channel's data from Twitch
This repository has been archived on 2023-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Martin Thielecke a13da33c4b
save followers
2021-10-27 20:56:04 +02:00
followers save followers 2021-10-27 20:56:04 +02:00
static change variable to constant in loop 2020-05-12 15:53:24 +02:00
.gitignore save followers 2021-10-27 20:56:04 +02:00
channel.go debug code 2021-10-27 20:52:40 +02:00
follower.go save followers 2021-10-27 20:56:04 +02:00
go.mod debug code 2021-10-27 20:52:40 +02:00
go.sum debug code 2021-10-27 20:52:40 +02:00
main.go save followers 2021-10-27 20:56:04 +02:00
README.md some small README changes 2020-05-09 03:41:36 +02:00
reflect.go initial version of collector 2020-05-09 01:51:02 +02:00
save.go save files with better rights 2020-05-09 22:57:43 +02:00
settings.go limit requests 2020-08-19 23:26:26 +02:00
settings.yml.dist remove needless comma 2020-05-09 22:42:26 +02:00
stream.go initial version of collector 2020-05-09 01:51:02 +02:00
subs.go limit requests 2020-08-19 23:26:26 +02:00
user.go debug code 2021-10-27 20:52:40 +02:00

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