mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 02:46:17 +00:00
- Switched from Puppeteer to Playwright - Fixed mobile searches not working - Added fingerprint saving in config - Added mobile search retry in config
29 lines
688 B
JSON
29 lines
688 B
JSON
{
|
|
"baseURL": "https://rewards.bing.com",
|
|
"sessionPath": "sessions",
|
|
"headless": false,
|
|
"runOnZeroPoints": true,
|
|
"clusters": 1,
|
|
"saveFingerprint": false,
|
|
"workers": {
|
|
"doDailySet": true,
|
|
"doMorePromotions": true,
|
|
"doPunchCards": true,
|
|
"doDesktopSearch": true,
|
|
"doMobileSearch": true
|
|
},
|
|
"searchSettings": {
|
|
"useGeoLocaleQueries": false,
|
|
"scrollRandomResults": true,
|
|
"clickRandomResults": true,
|
|
"searchDelay": {
|
|
"min": 10000,
|
|
"max": 20000
|
|
},
|
|
"retryMobileSearch": true
|
|
},
|
|
"webhook": {
|
|
"enabled": false,
|
|
"url": ""
|
|
}
|
|
} |