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 5fd272f207
make web server port configurable
2020-05-09 03:38:08 +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 make web server port configurable 2020-05-09 03:38:08 +02:00
README.md make web server port configurable 2020-05-09 03:38:08 +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 web server port configurable 2020-05-09 03:38:08 +02:00
settings.yml.dist make web server port configurable 2020-05-09 03:38:08 +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

Move settings.yml.dist to settings.yml and set the Params

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

!!! CHANGE verification_token in YOUR settings.yml