mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
Refactor project structure and update references from Light60-1 to Obsidian-wtf
- Changed working directory in Dockerfile from /usr/src/microsoft-rewards-script to /app - Updated Docker container name and service name from microsoft-rewards-script to microsoft-rewards-bot - Modified LICENSE, NOTICE, README.md, and other documentation files to reflect new project ownership - Updated package.json and package-lock.json to change project name and repository links - Adjusted entrypoint script and Docker Compose configurations for new paths - Updated security and login handling in source code to reflect new documentation URLs - Changed logo asset to reflect new branding
This commit is contained in:
14
README.md
14
README.md
@@ -7,8 +7,8 @@
|
||||
**Automate your Microsoft Rewards points collection effortlessly**
|
||||
|
||||
[](https://discord.gg/h6Z69ZPPCz)
|
||||
[](https://github.com/Light60-1/Microsoft-Rewards-Bot)
|
||||
[](https://github.com/Light60-1/Microsoft-Rewards-Bot/releases)
|
||||
[](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot)
|
||||
[](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/releases)
|
||||
[](LICENSE)
|
||||
|
||||
</div>
|
||||
@@ -48,7 +48,7 @@ This TypeScript-based automation bot helps you maximize your **Microsoft Rewards
|
||||
|
||||
1. **Clone the repository:**
|
||||
```bash
|
||||
git clone https://github.com/Light60-1/Microsoft-Rewards-Bot.git
|
||||
git clone https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot.git
|
||||
cd Microsoft-Rewards-Bot
|
||||
```
|
||||
|
||||
@@ -107,7 +107,7 @@ For containerized deployment with automatic scheduling:
|
||||
docker compose up -d
|
||||
|
||||
# View logs
|
||||
docker logs -f microsoft-rewards-script
|
||||
docker logs -f microsoft-rewards-bot
|
||||
```
|
||||
|
||||
**📖 [Full Docker Guide](docs/docker.md)**
|
||||
@@ -178,7 +178,7 @@ All while maintaining **natural behavior patterns** to minimize detection risk.
|
||||
|
||||
- 💬 **[Join our Discord](https://discord.gg/h6Z69ZPPCz)** — Community support and updates
|
||||
- 📖 **[Documentation Hub](docs/index.md)** — Complete guides and references
|
||||
- 🐛 **[Report Issues](https://github.com/Light60-1/Microsoft-Rewards-Bot/issues)** — Bug reports and feature requests
|
||||
- 🐛 **[Report Issues](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)** — Bug reports and feature requests
|
||||
- 📧 **[Diagnostics Guide](docs/diagnostics.md)** — Troubleshooting steps
|
||||
|
||||
---
|
||||
@@ -222,7 +222,7 @@ See [LICENSE](LICENSE) for complete terms.
|
||||
## 🙏 Acknowledgments
|
||||
|
||||
- Built with [Playwright](https://playwright.dev/) and [ReBrowser](https://github.com/rebrowser/rebrowser-playwright)
|
||||
- Thanks to all [contributors](https://github.com/Light60-1/Microsoft-Rewards-Bot/graphs/contributors)
|
||||
- Thanks to all [contributors](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/graphs/contributors)
|
||||
- Community support via [Discord](https://discord.gg/h6Z69ZPPCz)
|
||||
|
||||
---
|
||||
@@ -242,6 +242,6 @@ If you find this project helpful:
|
||||
|
||||
**Made with ❤️ by the community**
|
||||
|
||||
[Documentation](docs/index.md) • [Discord](https://discord.gg/h6Z69ZPPCz) • [Issues](https://github.com/Light60-1/Microsoft-Rewards-Bot/issues)
|
||||
[Documentation](docs/index.md) • [Discord](https://discord.gg/h6Z69ZPPCz) • [Issues](https://github.com/Obsidian-wtf/Microsoft-Rewards-Bot/issues)
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user