This script automates Microsoft Rewards searches in your browser.
FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK.
The script triggers a hotkey (Ctrl + E for Edge), which opens a search pop-up. It then generates four random letters followed by a number indicating the remaining iterations (searches). Example: hsow18
— "h", "s", "o", and "w" are the random letters, and 18 searches are left.
Searches are performed approximately every 10 seconds.
Download and install the latest stable version of Python from:
Clone the repository using:
git clone https://github.com/evolvedoff/edgefarm.git
To open CMD in a specific folder, navigate to it in File Explorer and type "cmd" in the path bar.
Alternatively, download the latest release from here and extract it to a folder of your choice.
Open CMD in the project folder and run:
pip install -r requirements.txt
If you encounter issues with pip
, update it first:
python -m ensurepip --default-pip
python -m pip install --upgrade pip
Or install the required libraries manually:
pip install pyautogui keyboard wonderwords
Navigate to the project folder in CMD and run:
python main.py
Ensure you are in the correct folder before running main.py
to avoid executing unintended files.
Once the CMD window opens, switch to your browser and press F1. The script will begin searching automatically.
- Hold F1 until a new tab opens—this indicates the program has stopped.
- If this does not work, wait for it to finish (it runs for 5 minutes) or close the CMD window manually.
Note: Pausing the script with F1 can be inconsistent. If needed, restart it later.
This project is licensed under GPL-3.0. You are free to use, modify, and distribute it as long as you comply with GPL-3.0. While credit is not required, it is appreciated.
Expecting someone else? Nope, just me! 😉
By the way, check out my YouTube channel: @evolveroff!
Note: Middle-click the link to open it in a new tab.
This software is provided for educational purposes only. The author is not responsible for any misuse. Users are solely responsible for ensuring compliance with applicable laws and platform terms, including Microsoft Rewards policies.
By using this script, you accept all risks. Use at your own discretion.