Files
Microsoft-Rewards-Script/src/config.example.json
TheNetsky 175ba45543 Formatting + General Improvements
- Added cookie header function
- Added failback to html parsing for dashboard data
- Removed some logs
2026-01-21 22:48:28 +01:00

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": []
}
}
}