You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or, download the latest release ZIP and extract it.
36
36
37
37
> [!TIP]
38
-
> **Docker users:** optionally skip the clone step when using the prebuilt image. You only need a valid `accounts.json` and `config.json` locally. They can be placed anywhere.
38
+
> **Docker users:** optionally skip the clone step when using the prebuilt image. You only need a valid `accounts.json` and `config.json` locally. They can be placed anywhere.
39
39
> Update the `volumes` section in [`compose.yaml`](./compose.yaml) to point to your files (e.g., `/your/path/to/accounts.json:/usr/src/microsoft-rewards-script/dist/accounts.json:ro`).
40
40
41
41
### Create accounts.json and config.json
@@ -53,13 +53,15 @@ Copy, rename, and edit your account and configuration files before deploying the
53
53
> You must rebuild your script after making any changes to accounts.json and config.json.
@@ -213,40 +225,50 @@ export class MicrosoftRewardsBot {
213
225
`Completed all accounts | Accounts processed: ${allAccountStats.length} | Total points collected: +${totalCollectedPoints} | Old total: ${totalInitialPoints} → New total: ${totalFinalPoints} | Total runtime: ${totalDurationMinutes}min`,
0 commit comments