comparison README.md @ 12:aaf85ae1f942

add very simple html template
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Mar 2025 11:12:21 +0000
parents 228ab74e8321
children
comparison
equal deleted inserted replaced
11:6d91c612310a 12:aaf85ae1f942
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 ```