Skip to content

Latest commit

 

History

History

msrewards

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Microsoft Rewards Bot

This add-on allows for running a bot that collects Microsoft reward points for your account. It is based on the script by farshadz1997.

⚠️CAUTION!⚠️

Do not use an important account for this add-on, it can cause your account to be suspended from Microsoft Rewards.

Configuration

Use the add-on configuration options to enable script features described here.

The account information should be stored in a accounts.json file in the /config/addons_config/msrewards directory. A template file is provided here in the case the add-on is started without configuring this file. The file should be in the following format:

[
    {
        "username": "Your Email",
        "password": "Your Password",
    },
]

References