Skip to content

Commit 94cf9dc

Browse files
committed
update README.md
1 parent 3e1e218 commit 94cf9dc

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,21 @@ A sample config file looks like this:
5555
"headless": true,
5656
"headless_login": false,
5757
"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+
}
5973
}
6074
```
6175

@@ -148,6 +162,10 @@ Below is a list of all available options.
148162

149163
- Default: `true`
150164

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+
151169
### Update Games List
152170

153171
If you want to update the list of games found in `games.csv`, just run `npm run updateGames` or `npm run u`.

0 commit comments

Comments
 (0)