Skip to content

Commit

Permalink
ReadMe updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahend1 committed Feb 16, 2020
1 parent 506288e commit 27e13d3
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

Python code automate bing search to get daily rewards

## Prerequisites
1. Python
1. .NetCore(C#)

## Python

### Prerequisites

- Python 3+
- requests
Expand All @@ -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

Expand All @@ -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.

0 comments on commit 27e13d3

Please sign in to comment.