mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-23 00:11:05 +00:00
- Added cookie header function - Added failback to html parsing for dashboard data - Removed some logs
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"baseURL": "https://rewards.bing.com",
|
|
"sessionPath": "sessions",
|
|
"headless": false,
|
|
"runOnZeroPoints": false,
|
|
"clusters": 1,
|
|
"errorDiagnostics": false,
|
|
"workers": {
|
|
"doDailySet": true,
|
|
"doSpecialPromotions": true,
|
|
"doMorePromotions": true,
|
|
"doPunchCards": true,
|
|
"doAppPromotions": true,
|
|
"doDesktopSearch": true,
|
|
"doMobileSearch": true,
|
|
"doDailyCheckIn": true,
|
|
"doReadToEarn": true
|
|
},
|
|
"searchOnBingLocalQueries": false,
|
|
"globalTimeout": "30sec",
|
|
"searchSettings": {
|
|
"scrollRandomResults": false,
|
|
"clickRandomResults": false,
|
|
"parallelSearching": true,
|
|
"queryEngines": ["google", "wikipedia", "reddit", "local"],
|
|
"searchResultVisitTime": "10sec",
|
|
"searchDelay": {
|
|
"min": "30sec",
|
|
"max": "1min"
|
|
},
|
|
"readDelay": {
|
|
"min": "30sec",
|
|
"max": "1min"
|
|
}
|
|
},
|
|
"debugLogs": false,
|
|
"consoleLogFilter": {
|
|
"enabled": false,
|
|
"mode": "whitelist",
|
|
"levels": ["error", "warn"],
|
|
"keywords": ["starting account"],
|
|
"regexPatterns": []
|
|
},
|
|
"proxy": {
|
|
"queryEngine": true
|
|
},
|
|
"webhook": {
|
|
"discord": {
|
|
"enabled": false,
|
|
"url": ""
|
|
},
|
|
"ntfy": {
|
|
"enabled": false,
|
|
"url": "",
|
|
"topic": "",
|
|
"token": "",
|
|
"title": "Microsoft-Rewards-Script",
|
|
"tags": ["bot", "notify"],
|
|
"priority": 3
|
|
},
|
|
"webhookLogFilter": {
|
|
"enabled": false,
|
|
"mode": "whitelist",
|
|
"levels": ["error"],
|
|
"keywords": ["starting account", "select number", "collected"],
|
|
"regexPatterns": []
|
|
}
|
|
}
|
|
}
|