Microsoft-Rewards-Farmer icon indicating copy to clipboard operation
Microsoft-Rewards-Farmer copied to clipboard

A simple bot that uses selenium to farm Microsoft Rewards written in Python

███╗   ███╗███████╗    ███████╗ █████╗ ██████╗ ███╗   ███╗███████╗██████╗ 
████╗ ████║██╔════╝    ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗
██╔████╔██║███████╗    █████╗  ███████║██████╔╝██╔████╔██║█████╗  ██████╔╝
██║╚██╔╝██║╚════██║    ██╔══╝  ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝  ██╔══██╗
██║ ╚═╝ ██║███████║    ██║     ██║  ██║██║  ██║██║ ╚═╝ ██║███████╗██║  ██║
╚═╝     ╚═╝╚══════╝    ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝
       by Charles Bel (@charlesbel)          version 2.0

👋 Welcome to the future of automation

A simple bot that uses selenium to farm Microsoft Rewards written in Python.

- Use it at your own risk, Microsoft may ban your account (and I would not be responsible for it) -

Installation

  • Install requirements with the following command :
    pip install -r requirements.txt
  • Make sure you have Chrome installed
  • Install ChromeDriver :
    • Windows :
      • Download Chrome WebDriver : https://chromedriver.chromium.org/downloads
      • Place the file in X:\Windows (X as your Windows disk letter)
    • MacOS or Linux :
      • apt install chromium-chromedriver
      • or if you have brew :
        brew cask install chromedriver
  • Edit the accounts.json.sample with your accounts credentials and rename it by removing .sample at the end
    If you want to add more than one account, the syntax is the following :
    [
        {
            "username": "Your Email",
            "password": "Your Password"
        },
        {
            "username": "Your Email",
            "password": "Your Password"
        }
    ]
  • Run the script

Features

  • Bing searches (Desktop, Mobile and Edge) with User-Agents
  • Complete automatically the daily set
  • Complete automatically punch cards
  • Complete automatically the others promotions
  • Headless Mode
  • Multi-Account Management