Skip to content

Commit

Permalink
Update readme for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-mil committed Jul 20, 2024
1 parent d9ad027 commit 86979b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,18 @@ where precise delay modifications can be made. If updates make changes to the de
Example config `~/.config/bing-rewards/config.json`
```json
{
"desktop-count": 30,
"mobile-count": 20,
"load-delay": 1.5,
"search-delay": 2,
"search-url": "https://www.bing.com/search?FORM=CHROMN&q=",
"desktop-agent": "Mozilla/5.0 ... <snip>",
"mobile-agent": "Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1) ... <snip>",
"browser-path": "C:\\Program Files (x86)\\BraveSoftware\\Brave-Browser\\Application\\brave.exe"
"desktop_count": 30,
"mobile_count": 20,
"load_delay": 1.5,
"search_delay": 2,
"search_url": "https://www.bing.com/search?FORM=CHROMN&q=",
"desktop_agent": "Mozilla/5.0 ... <snip>",
"mobile_agent": "Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1) ... <snip>",
"browser_path": "C:\\Program Files (x86)\\BraveSoftware\\Brave-Browser\\Application\\brave.exe"
}
```
Delay timings are in seconds.
Delay timings are in seconds.
Note: the format has slightly changed in version >= 3.0, so delete and regenerate accordingly.

## User agents

Expand Down

0 comments on commit 86979b2

Please sign in to comment.