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.
twitch_data_collector/README.md

16 lines
442 B
Markdown
Raw Permalink Normal View History

2022-05-20 17:46:47 +02:00
# Twitch Data Collector
2020-05-09 01:49:27 +02:00
Collect your channel's data from Twitch
2020-05-09 02:34:48 +02:00
# Quickstart
2020-05-09 03:29:40 +02:00
2020-05-09 03:41:36 +02:00
Copy settings.yml.dist to settings.yml and set all the parameters in it.
2020-05-09 02:34:48 +02:00
2020-05-09 03:41:36 +02:00
### Create app in Twitch Dev Console
2020-05-09 02:34:48 +02:00
https://dev.twitch.tv/console/apps
2020-05-09 03:38:08 +02:00
Set http://localhost:8080/callback as OAuth Redirect URL (change the port to your setting in the settings.yml)
2020-05-09 02:34:48 +02:00
Copy Client-ID and Secret to settings.yml
2020-05-09 03:41:36 +02:00
## IMPORTANT: Change verification_token in your settings.yml