This add-on allows for running a bot that collects Microsoft reward points for your account. It is based on the script by farshadz1997.
Do not use an important account for this add-on, it can cause your account to be suspended from Microsoft Rewards.
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",
},
]
- Thanks to alexbelgium for the add-on template.
- Thanks to farshadz1997 for the original script.