File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,21 @@ A sample config file looks like this:
55
55
"headless": true,
56
56
"headless_login": false,
57
57
"interval": 15,
58
- "browser_args": []
58
+ "load_timeout_secs": 30,
59
+ "failed_stream_retry": 3,
60
+ "failed_stream_timeout": 30,
61
+ "browser_args": [],
62
+ "watch_unlisted_games": false,
63
+ "hide_video": false,
64
+ "show_account_not_linked_warning": true,
65
+ "ignored_games": [],
66
+ "attempt_impossible_campaigns": true,
67
+ "watch_streams_when_no_drop_campaigns_active": false,
68
+ "broadcasters": [],
69
+ "do_version_check": true,
70
+ "tui": {
71
+ "enabled": false
72
+ }
59
73
}
60
74
```
61
75
@@ -148,6 +162,10 @@ Below is a list of all available options.
148
162
149
163
- Default: ` true `
150
164
165
+ ` tui ` Changes text-based user interface (TUI) options. This should be in JSON format.
166
+
167
+ - ` enabled ` : boolean - When ` true ` , enables a text-based interface for the bot. NOTE: THIS IS AN EXPERIMENTAL FEATURE
168
+
151
169
### Update Games List
152
170
153
171
If you want to update the list of games found in ` games.csv ` , just run ` npm run updateGames ` or ` npm run u ` .
You can’t perform that action at this time.
0 commit comments