Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

brunofariasdeo/easy-rewards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-rewards

Easy Rewards is an application made to automate some of the Microsoft Rewards actions.

Recommended Python version

v3.9+

Install

pip install -r requirements.txt

Prerequisites

If the Microsoft Edge and its webdriver are not installed, check the following instructions:

  1. Download the browser from Microsoft repository
  2. 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.

image

  1. Open Microsoft Edge Webdriver page using this link
  2. Select and download the latest one or as per your requirement.

image

Environment variables

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

Start bot:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages