parent
3c6e3df23c
commit
6d0f8ff100
13
README.md
13
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
|
||||
|
|
Reference in New Issue