mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
542 B
542 B
Setup
Get the bot ready before running it.
What it does
Creates a safe baseline so your accounts and config are ready.
How to use
- Install Node.js 20 or newer.
- Copy
src/accounts.example.jsonctosrc/accounts.jsoncand fill in your accounts. - Review
src/config.jsonc; defaults work for most people. - (Optional) set
DISCORD_WEBHOOK_URLin your environment for alerts.
Example
[
{
"email": "you@example.com",
"password": "your-password"
}
]