Easy Rewards is an application made to automate some of the Microsoft Rewards actions.
v3.9+
pip install -r requirements.txt
If the Microsoft Edge and its webdriver are not installed, check the following instructions:
- Download the browser from Microsoft repository
- Check the version of your browser build. Based on your browser version build, you have to download the corresponding Edge driver. To check the browser build, open Edge, then go to Settings > About Microsoft Edge.
- Open Microsoft Edge Webdriver page using this link
- Select and download the latest one or as per your requirement.
Copy the file .env.example
to .env
, then insert the appropriate keys/tokens.
cp .env.example .env
Key | Command |
---|---|
EXECUTABLE_PATH | Path where the MS Edge webdriver is installed/stored |
PROFILE_NAME | Profile name that will be triggered on browser startup |
PROFILE_PATH | Profile path that will be triggered on browser startup - this info can be found by typing edge://version/ on Edge |
python -m rewards run
You can also run the following scripts through the command line:
Script | Description |
---|---|
python -m rewards find-available-tasks |
Checks available tasks and click on them |
python -m rewards play-a-game |
Runs Fortnite on Xbox Cloud |
python -m rewards search-on-bing |
Searches on Bing website |