-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
36 lines (36 loc) · 1.23 KB
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"print_only": false,
"enabledOffline": false,
"identifyCooldown": 45,
"shutDownAfterSeconds": 120,
"botIrcToken": "oauth:getthisfromhere",
"botUsername": "majmusicbot",
"botClientID": "getThisFromTwitchDevConsole",
"botSecret": "getThisFromTwitchDevConsole",
"channel": "myanalogjournal_",
"acrKey": "getThisFromACRCloudConsole",
"acrSecret": "getThisFromACRCloudConsole",
"acrHostUrl": "getThisFromACRCloudConsole",
"chatGPTKey": "get this from https://platform.openai.com/account/api-keys",
"recordedSavePath": "F:\\twitch",
"recordLength": 14,
"botToken": {
"oauthToken": "thisIsGeneratedBasedOnClientIdAndSecret",
"expirationDate": "1900-01-01"
},
"enableVpnRotation": false,
"vpnConfigFolders": [],
"vpnUserPwdConfigPath": "",
"spotify": {
"clientID": "GetFromSpotifyDashboard",
"clientSecret": "GetFromSpotifyDashboard",
"enableMegamix": false
},
"discord": {
"botToken": "getThisFromDiscordAppDashboard",
"guildName": "MAJ Radio's server",
"channelName": "maj-music-bot"
},
"loggingFormat": "%(asctime)s [%(threadName)-10.10s] [%(levelname)-4.4s] %(message)s",
"loggingLevel": 20
}