- A Debian-based Linux operating system (such as Ubuntu)
- pip3
- python3
- Clone or download the repository to your local machine.
- Open a terminal and navigate to the repository's directory.
- Make the script executable by running
chmod +x launch.sh
in the terminal. - Run the script as
sudo
by typingsudo ./launch.sh
in the terminal.
- Installs required packages from
requirements.txt
. - Installs Google Chrome if it's not already installed.
- Fixes any broken dependencies in the system.
- Provides options to execute the Microsoft Rewards Bot in different modes.
Upon running the script, you will be prompted to select one of the following options:
- Headless mode (fast)
- GUI mode (fast)
- GUI mode (slow)
- Headless mode (slow)
Enter your choice and the script will execute the Microsoft Rewards Bot in the selected mode.
To fill in your credentials for the Rewards_VPS, you need to use the accounts.json
file. Fill in your Microsoft account email and password in the respective fields. Make sure to save the file before executing the script.