Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaresat authored Jul 1, 2020
1 parent 31be605 commit 77efb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# microsoft-rewards-bot
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.

<h3>Steps to install and use</h3>
Steps to install and use
1. Install nodejs (https://nodejs.org/en/)
2. Install puppeteer in the directory you are using
`npm install puppeteer`
Expand All @@ -13,7 +13,7 @@ Are you fed up of searching multiple times everyday to meet your Microsoft rewar
7. Put in the speed (1 is faster than 2 but all the speeds are random per search)
8. Watch the bot do all your hard work and enjoy :)

<h3>Steps to do mobile searches</h3>
Steps to do mobile searches
1. Go to your text editor of your choice
2. Open rewards.j3
3. Change the line `const browser = await puppeteer.launch(); ` to `const browser = await puppeteer.launch({headless: false} );`
Expand Down

0 comments on commit 77efb08

Please sign in to comment.