Are you fed up of searching multiple times everyday to meet your Microsoft rewards quota? This bot can do the computer and even mobile searches (through some tweaks) very easily in under 10 minutes. You can do whatever you want during the time.
Steps to install and use
- Install nodejs (https://nodejs.org/en/)
- Go to the terminal in your operating system (windows = powershell, mac = terminal)
- Navigate to the directory which you are using by using
cd directory
where directory is the folder which you are using. - Install puppeteer in the directory you are using
npm install puppeteer
- Install prompt in the directory you are using
npm install prompt
- Download the file
- Run
node rewards.js
in your terminal. - Put in the credential it asks, you only have 25 seconds to do this and the next steps (don't worry, this runs entirely on your computer)
- Put in what you want to type (make it one letter or number)
- Put whether this is a mobile search or not, make sure this is a simple yes or no, no capitalization or mispellings please.
- Watch the bot do all your hard work and enjoy :)
Steps to do mobile searches
- Go to your text editor of your choice
- Open rewards.js
- Change the line
const browser = await puppeteer.launch();
toconst browser = await puppeteer.launch({headless: false} );
- Run the program
- Inspect the chromium tab after it finishes logging you in and run it in chrome phone mode by clicking this icon that looks like a phone
- Choose your device of choice form the dropdown menu
- Watch the program finish your mobile searches!