MehdiRtal / MicrosoftRewardsFarmer

An automated solution for earning daily Microsoft Rewards points using Python and Selenium.
MIT License
22 stars 5 forks source link

Microsoft Rewards Bot

License Version

An automated solution for earning daily Microsoft Rewards points using Python and Selenium.

Installation

pip install -r requirements.txt
[
  {
    "username": "Your Email",
    "password": "Your Password",
    "mobile_user_agent": "Your Preferred Mobile User Agent",
    "goal": "Amazon"
  },
  {
    "username": "Your Email",
    "password": "Your Password",
    "mobile_user_agent": "Your Preferred Mobile User Agent",
    "goal": "Xbox Game Pass Ultimate"
  }
]
[
  {
    "sender": "sender@example.com",
    "password": "GoogleAppPassword",
    "receiver": "receiver@example.com",
    "withdrawal": "true",
    "lock": "true",
    "ban": "true",
    "phoneverification": "true",
    "proxyfail": "false"
  }
]

Features

Warning

Troubleshooting

If the script does not work as expected, please check the following things before opening a new issue.

Credits