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 MiscrosoftRewardBot
Edit 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.example
file 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 start
ornpm start
oryarn start