From 6d0f8ff100f01bf82486f77925fde2176c57fce5 Mon Sep 17 00:00:00 2001 From: kruegerj Date: Sat, 9 May 2020 02:34:48 +0200 Subject: [PATCH 1/2] Update README.md Quickstart --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6567bbc..37a76d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # twitch_data_collector Collect your channel's data from Twitch + +# Quickstart +Make empty .users.json (move .users.json.dist to .users.json) +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:8083/callback as OAuth Redirect URL + +Copy Client-ID and Secret to settings.yml + +!!! CHANGE verification_token in YOUR settings.yml From fe68b94707945cdfece501b79ed1dc27619dfe58 Mon Sep 17 00:00:00 2001 From: kruegerj Date: Sat, 9 May 2020 03:29:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a76d3..3534721 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Collect your channel's data from Twitch # Quickstart -Make empty .users.json (move .users.json.dist to .users.json) + Move settings.yml.dist to settings.yml and set the Params Create app in Twitch Dev Console