mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 00:56:16 +00:00
592 B
592 B
Configuration
What it does
Controls how the bot behaves through src/config.jsonc.
How to use
- Open
src/config.jsoncand edit only the fields you need. - Keep
humanization.enabledtrue to mimic real usage. - Adjust
workersto enable or disable search, quizzes, and promotions. - Set
scheduling.enabledto automate runs.
Example
{
"humanization": { "enabled": true },
"workers": {
"doDesktopSearch": true,
"doMobileSearch": true,
"doDailySet": true
},
"scheduling": { "enabled": false }
}