stream-bot/config/default_config.json.example
Joey Yakimowich-Payne ec1c5958ce Initial working version
2025-05-14 17:45:07 -06:00

41 lines
823 B
JSON

{
"twitch": {
"username": "",
"channel": "",
"client_id": "",
"client_secret": "",
"token_cache_file": "data/cache/token_cache.json"
},
"queue": {
"enabled": false,
"db_file": "twitch_queue.db",
"auto_start_consumer": false
},
"game_control": {
"enabled": false,
"mode": "direct",
"cooldown": 2.0,
"input_type": "keyboard",
"commands": {
"up": "w",
"down": "s",
"left": "a",
"right": "d",
"jump": "space",
"attack": "j",
"interact": "e"
}
},
"features": {
"advanced": false,
"sounds_directory": "data/sounds",
"points_per_message": 1,
"points_per_minute_watched": 5,
"voting_duration": 30
},
"logging": {
"level": "INFO",
"file": "stream-interact.log",
"console": true
}
}