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 09f1bd5167
remove needless comma
2020-05-09 22:42:26 +02:00
.gitignore initial version of collector 2020-05-09 01:51:02 +02:00
channel.go initial version of collector 2020-05-09 01:51:02 +02:00
follower.go initial version of collector 2020-05-09 01:51:02 +02:00
main.go remove needless redirect 2020-05-09 22:34:48 +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 initial version of collector 2020-05-09 01:51:02 +02:00
settings.go make redirect url configurable 2020-05-09 22:39:27 +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 initial version of collector 2020-05-09 01:51:02 +02:00
user.go initial version of collector 2020-05-09 01:51:02 +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