mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
Remove BuyMode and fix
This commit is contained in:
26
README.md
26
README.md
@@ -88,7 +88,6 @@ For detailed configuration, advanced features, and troubleshooting, visit our co
|
||||
| **[Getting Started](docs/getting-started.md)** | Detailed installation and first-run guide |
|
||||
| **[Configuration](docs/config.md)** | Complete configuration options reference |
|
||||
| **[Accounts & 2FA](docs/accounts.md)** | Setting up accounts with TOTP authentication |
|
||||
| **[Buy Mode](docs/buy-mode.md)** | 💳 Manual purchase monitoring with point tracking |
|
||||
| **[Dashboard](src/dashboard/README.md)** | 🆕 Local web dashboard for monitoring and control |
|
||||
| **[External Scheduling](docs/schedule.md)** | Use OS schedulers for automation |
|
||||
| **[Docker Deployment](docs/docker.md)** | Running in containers |
|
||||
@@ -127,29 +126,6 @@ Access at `http://localhost:3000` to:
|
||||
|
||||
---
|
||||
|
||||
## 💳 Buy Mode
|
||||
|
||||
Monitor your points in real-time while manually redeeming rewards:
|
||||
|
||||
```bash
|
||||
# Interactive account selection (recommended)
|
||||
npm run buy
|
||||
|
||||
# Or specify account directly
|
||||
npm run buy your@email.com
|
||||
npm run buy 1 # By account number
|
||||
```
|
||||
|
||||
**What it does:**
|
||||
- Opens browser with 2 tabs: monitoring + your browsing tab
|
||||
- Tracks point changes every ~10 seconds
|
||||
- Sends alerts when points are spent
|
||||
- Completely passive - you control the redemption
|
||||
|
||||
**[📖 Full Buy Mode Guide](docs/buy-mode.md)**
|
||||
|
||||
---
|
||||
|
||||
## 🆕 Account Creator
|
||||
|
||||
Automatically create new Microsoft accounts with referral link support:
|
||||
@@ -231,8 +207,6 @@ Container includes:
|
||||
- ✅ Random execution delays (anti-detection)
|
||||
- ✅ Health checks
|
||||
|
||||
**⚠️ Note:** Buy Mode is not available in Docker (requires interactive terminal)
|
||||
|
||||
**📖 [Full Docker Guide](docs/docker.md)**
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user