mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-17 13:33:57 +00:00
* support passwordless auth (using Authenticator app) * update readme * feat: added mobile app tasks (daily check in + read to earn) * fix some stuff * make ReadToEarn use the delay config * fix daily reward search per week * reorder mobile tasks * fix message * Search fixes, reformatting and types --------- Co-authored-by: TheNetsky <56271887+TheNetsky@users.noreply.github.com>
33 lines
816 B
JSON
33 lines
816 B
JSON
{
|
|
"baseURL": "https://rewards.bing.com",
|
|
"sessionPath": "sessions",
|
|
"headless": false,
|
|
"runOnZeroPoints": false,
|
|
"clusters": 1,
|
|
"saveFingerprint": false,
|
|
"workers": {
|
|
"doDailySet": true,
|
|
"doMorePromotions": true,
|
|
"doPunchCards": true,
|
|
"doDesktopSearch": true,
|
|
"doMobileSearch": true,
|
|
"doDailyCheckIn": true,
|
|
"doReadToEarn": true
|
|
},
|
|
"globalTimeout": 30000,
|
|
"searchSettings": {
|
|
"useGeoLocaleQueries": false,
|
|
"scrollRandomResults": true,
|
|
"clickRandomResults": true,
|
|
"searchDelay": {
|
|
"min": 10000,
|
|
"max": 20000
|
|
},
|
|
"retryMobileSearch": true
|
|
},
|
|
"webhook": {
|
|
"enabled": false,
|
|
"url": ""
|
|
},
|
|
"cronStartTime": "0 5,11 * * *"
|
|
} |