mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 02:46:17 +00:00
51 lines
1.8 KiB
Markdown
51 lines
1.8 KiB
Markdown
# Microsoft-Rewards-Script
|
|
Automated Microsoft Rewards script, however this time using TypeScript, Cheerio and Puppeteer.
|
|
|
|
Under development, however mainly for personal use!
|
|
|
|
## How to setup ##
|
|
1. Download or clone source code
|
|
2. Run `npm i` to install the packages
|
|
3. Change `accounts.example.json` to `accounts.json` and add your account details
|
|
4. Change `config.json` to your liking
|
|
5. Run `npm run build` to build the script
|
|
6. Run `npm run start` to start the built script
|
|
|
|
## Notes ##
|
|
- If you end the script without closing the browser window first (only with headless as false), you'll be left with hanging chrome instances using resources. Use taskmanager to kill these or use the included `npm run chrome-kill` script. WINDOWS ONLY
|
|
- If you automate this script, set it to run at least 2 times a day to make sure it picked up all tasks, set `"runOnZeroPoints": false` so it doesn't run when no points are found.
|
|
|
|
|
|
## Features ##
|
|
- [x] Multi-Account Support
|
|
- [x] Session Storing
|
|
- [x] 2FA Support
|
|
- [x] Headless Support
|
|
- [x] Discord Webhook Support
|
|
- [x] Desktop Searches
|
|
- [x] Configurable Tasks
|
|
- [x] Microsoft Edge Searches
|
|
- [x] Mobile Searches
|
|
- [x] Emulated Scrolling Support
|
|
- [x] Emulated Link Clicking Support
|
|
- [x] Geo Locale Search Queries
|
|
- [x] Completing Daily Set
|
|
- [x] Completing More Promotions
|
|
- [x] Solving Quiz (10 point variant)
|
|
- [x] Solving Quiz (30-40 point variant)
|
|
- [x] Completing Click Rewards
|
|
- [x] Completing Polls
|
|
- [x] Completing Punchcards
|
|
- [x] Solving This Or That Quiz (Random)
|
|
- [x] Clicking Promotional Items
|
|
- [x] Solving ABC Quiz
|
|
- [ ] Completing Shopping Game
|
|
- [ ] Completing Gaming Tab
|
|
- [x] Clustering Support
|
|
- [x] Proxy Support
|
|
|
|
## Disclaimer ##
|
|
Your account may be at risk of getting banned or suspended using this script, you've been warned!
|
|
<br />
|
|
Use this script at your own risk!
|