Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.86 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.86 KB

Microsoft Rewards

Microsoft Rewards is the program that lets you use your points for exchange for whatever they offer (gift cards, donations to organisations, Xbox, Microsoft surface, etc.).

Basically, it's indirect money that you can only use in specific situations.

You can earn those points by "Binging" (like "Googling", but on Bing). There is a limit of 33 searches that you can make each day.

So, I made a Selenium script that searches 33 random words on Bing, so you can gather the maximum amount of points each day. Enjoy the easy points while you can 😃.

How to use

  1. First, you need to install the Selenium IDE extension on Microsoft Edge. Yes on Edge, you will not get points if you do it on Chrome or on any other browser 😢. Make sure that you are logged in to your account on Microsoft Edge, since this account will receive all the points.

  2. You should see the Selenium icon on the upper right if the installation was successful.

    image

  3. Click on that icon and select Open an existing project.

    image

  4. Select the MS Rewards.side file that you downloaded from this project.

  5. Once open, click on the play button and enjoy the show 🙂.

    image

Here is an example of the script working

example