This commit is contained in:
2025-11-15 13:52:37 +01:00
parent 1a06634473
commit 4bc44917e2
14 changed files with 38 additions and 38 deletions

View File

@@ -279,7 +279,7 @@ Microsoft-Rewards-Bot/
## 🆘 Getting Help
- **Discord:** https://discord.gg/k5uHkx9mne
- **GitHub Issues:** https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues
- **GitHub Issues:** https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues
- **Documentation:** [docs/index.md](index.md)
---

View File

@@ -110,7 +110,7 @@ Before starting, you need:5. [First Run](#-first-run)*Complete setup guide for b
```bash
git clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git ```bash
git clone https://github.com/LightZirconite/Microsoft-Rewards-Bot.git ```bash
cd Microsoft-Rewards-Bot
@@ -124,7 +124,7 @@ npm install node --version
Should show `v20.x.x` or higher
1. Go to: https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot
1. Go to: https://github.com/LightZirconite/Microsoft-Rewards-Bot
2. Click **Code** → **Download ZIP**- **Microsoft accounts** with email + password
@@ -210,7 +210,7 @@ The wizard will:--- - Verify: `node --version` should show v20 or higher<div a
# Linux/Mac
cp src/accounts.example.jsonc src/accounts.jsoncgit clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git
cp src/accounts.example.jsonc src/accounts.jsoncgit clone https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
```
@@ -234,7 +234,7 @@ cd Microsoft-Rewards-Bot - Or download project as ZIP</div>
"totp": "", // Leave empty for now
"enabled": true1. Visit: https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot
"enabled": true1. Visit: https://github.com/LightZirconite/Microsoft-Rewards-Bot
}
@@ -326,7 +326,7 @@ npm run creator https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.co
During creation:- ✅ Saves all account details for yougit clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git- ✅ Help you create `src/accounts.json` with your Microsoft credentials
During creation:- ✅ Saves all account details for yougit clone https://github.com/LightZirconite/Microsoft-Rewards-Bot.git- ✅ Help you create `src/accounts.json` with your Microsoft credentials
1. **CAPTCHA**: Browser will pause - solve it manually
@@ -374,7 +374,7 @@ Example content:
"year": 1995
},1. Go to: https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot
},1. Go to: https://github.com/LightZirconite/Microsoft-Rewards-Bot
"referralUrl": "https://rewards.bing.com/welcome?rh=YOUR_CODE",
@@ -780,7 +780,7 @@ bash setup/setup.sh
- 📖 **[Documentation Hub](index.md)** — All guides
- 🐛 **[Report Issue](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)** — Found a bug?
- 🐛 **[Report Issue](https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues)** — Found a bug?
1. **Copy the template:**4. **Complete**: Account details saved automaticallydocker compose up -d
@@ -908,7 +908,7 @@ Open `src/config.jsonc`:
- Run `npm start` once
- Bot automatically schedules itself**⚠️ IMPORTANT: Keep this file safe!****Found a bug?** [Report it here](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)
- Bot automatically schedules itself**⚠️ IMPORTANT: Keep this file safe!****Found a bug?** [Report it here](https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues)
- Runs every day at your chosen time

View File

@@ -127,7 +127,7 @@ Having issues? Check these resources:
### Support Resources
- 💬 **[Discord Community](https://discord.gg/k5uHkx9mne)** — Get help from the community
- 🐛 **[GitHub Issues](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)** — Report bugs
- 🐛 **[GitHub Issues](https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues)** — Report bugs
- 📖 **[FAQ](FAQ.md)** — Frequently asked questions
- 🔍 **[Diagnostics Guide](diagnostics.md)** — Debug and capture logs
@@ -200,9 +200,9 @@ Technical references and detailed information:
Want to help improve the bot?
- 📖 **[Contributing Guide](../CONTRIBUTING.md)** — How to contribute
- 🐛 **[Report Bugs](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)** — Found an issue?
- 💡 **[Feature Requests](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)** — Suggest new features
- 📝 **[Improve Docs](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/tree/main/docs)** — Help with documentation
- 🐛 **[Report Bugs](https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues)** — Found an issue?
- 💡 **[Feature Requests](https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues)** — Suggest new features
- 📝 **[Improve Docs](https://github.com/LightZirconite/Microsoft-Rewards-Bot/tree/main/docs)** — Help with documentation
---

View File

@@ -347,7 +347,7 @@ If sending too many notifications:
- 💬 **[Discord Community](https://discord.gg/k5uHkx9mne)** — Get support
- 📖 **[Configuration Guide](config.md)** — All config options
- 🐛 **[Report Issue](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)** — Found a bug?
- 🐛 **[Report Issue](https://github.com/LightZirconite/Microsoft-Rewards-Bot/issues)** — Found a bug?
---