comparison README.md @ 9:228ab74e8321

Add index.html
author Dennis C. M. <dennis@denniscm.com>
date Thu, 13 Mar 2025 18:27:25 +0000
parents 41c0cd6163ee
children aaf85ae1f942
comparison
equal deleted inserted replaced
8:e9df3bb010f4 9:228ab74e8321
1 # pacobot 1 # pacobot
2
3 ## Instructions
4
5 ### Create a `.config.json` file with the following fields.
6
7 ```json
8 {
9 "client_id": "",
10 "client_secret": "",
11 "broadcaster_user_id": ""
12 }
13 ```