-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,12 @@ | |
|
||
Python code automate bing search to get daily rewards | ||
|
||
## Prerequisites | ||
1. Python | ||
1. .NetCore(C#) | ||
|
||
## Python | ||
|
||
### Prerequisites | ||
|
||
- Python 3+ | ||
- requests | ||
|
@@ -19,7 +24,7 @@ Python code automate bing search to get daily rewards | |
|
||
- Turn off 2 step verification on Microsoft account. | ||
|
||
## Execution | ||
### Execution | ||
|
||
- Clone repository | ||
|
||
|
@@ -36,3 +41,19 @@ Python code automate bing search to get daily rewards | |
```shell | ||
python get_rewards_firefox_desktop.py | ||
``` | ||
|
||
## .Net Core(C#) | ||
|
||
This will run for both PC Search and Mobile points until all the points are gained. | ||
|
||
- Build the project via Visual Studio 2019 | ||
|
||
- Run program | ||
|
||
```powershell | ||
./MSRewards.exe "[email protected]" "mypassword" | ||
``` | ||
|
||
## Known Issues | ||
|
||
- Since release of Edgium(New Microsoft Edge based on Chromium) and subsequent releases of web drivers there is an issue with Selenium driver run. |