Code automate bing search to get daily search rewards.
- Python
- .NetCore(C#)
Check out Medium blog Earn 500+ daily Microsoft rewards points automatically with a simple Python program or GitHub blog
-
Python 3+
-
requests
pip install requests
-
selenium
pip install selenium
-
-
Turn off 2 step verification on Microsoft account.
-
Clone repository
git clone https://github.com/pmahend1/BingRewards
-
Replace
your-email-id
in the code with your email id. -
Replace
your_password
in the code with your password. -
Run
python get_rewards_firefox_desktop.py
This will run for both PC Search and Mobile points until all the points are gained.
-
Build the project via Visual Studio 2019
-
Edit Resources.json file to point to respective locations for Edge-Chromium. Be sure to have right version of Edgium driver downloaded and pointed based on your existing Edgium version. You can download Edge-Chromium driver from here.
-
Run program
./MSRewards.exe -E "[email protected]" -P "mypassword" -F ./MSRewards.exe --email "[email protected]" --password "mypassword" --use-firefox
-
Command Parameters
-E
or--email
- email address.
-P
or--password
- password.
-F
or--use-firefox
(Optional) : will use Edge-Chromium if not passed.
- Edge-Chromium's Selenium web driver can have runtime issues sometimes and program execution may stop abruptly. You can raise an issue to report them.
- You can download latest binaries from Releases run on Windows. If you build on Linux or Mac it should have similar files.