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 dc460824a2
All checks were successful
continuous-integration/drone/push Build is passing
prepare release v0.0.2
2022-05-20 18:24:17 +02:00
static change variable to constant in loop 2020-05-12 15:53:24 +02:00
.drone.yml fix typo 2022-05-20 18:24:04 +02:00
.gitignore save followers 2021-10-27 20:56:04 +02:00
channel.go fix message 2022-05-07 13:51:25 +02:00
follower.go remove needless code 2022-05-20 17:46:10 +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
History.md prepare release v0.0.2 2022-05-20 18:24:17 +02:00
main.go fix twitch APIs and usage values 2022-05-07 13:27:37 +02:00
README.md change name in readme 2022-05-20 17:46:47 +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 fix message 2022-05-07 13:51:25 +02:00
user.go fix twitch APIs and usage values 2022-05-07 13:27:37 +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