Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoTheTaco committed Apr 20, 2022
1 parent 3e1e218 commit 94cf9dc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,21 @@ A sample config file looks like this:
"headless": true,
"headless_login": false,
"interval": 15,
"browser_args": []
"load_timeout_secs": 30,
"failed_stream_retry": 3,
"failed_stream_timeout": 30,
"browser_args": [],
"watch_unlisted_games": false,
"hide_video": false,
"show_account_not_linked_warning": true,
"ignored_games": [],
"attempt_impossible_campaigns": true,
"watch_streams_when_no_drop_campaigns_active": false,
"broadcasters": [],
"do_version_check": true,
"tui": {
"enabled": false
}
}
```

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

- Default: `true`

`tui` Changes text-based user interface (TUI) options. This should be in JSON format.

- `enabled`: boolean - When `true`, enables a text-based interface for the bot. NOTE: THIS IS AN EXPERIMENTAL FEATURE

### Update Games List

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

0 comments on commit 94cf9dc

Please sign in to comment.