Typecript application for automating microsoft rewards This application is just for educational purposes. I am not responsible for the use of this bot. Use it at your own risk.
- Node.js
- Edge browser
- Headless mode
- Search on bing (desktop and mobile)
- Open promotional links
- Polls
- Daily quiz
git clone https://github.com/Drosscend/MiscrosoftRewardBot.git
cd MiscrosoftRewardBotEdit the modules/config.ts file and change the nbPtsPerSearch value to the amount points you earn per search.
pnpm build # or npm build or yarn build- Copy the
.env.examplefile and rename it to.env - Fill in the required fields (if your password has special characters, you must add your password between double quotes)
- Run the bot using
pnpm startornpm startoryarn start