Introduction
This Script can do Automatic Searches on bing . It utilizes a python package called ' pyautogui ' to simulate keyboard & mouse inputs . This is the most lightweight script for this task . This is my first project , So code & documentation may be a little messy . Contact me on social media for clearing doubts .
Requirements
- A Computer with Graphical user interface ( atleast 540p for flawless working )
- Proper internet connection ( atleast 4mbps )
- Browser - Chrome ( Latest Version )
- Python - 3.10 or later ( check google for installation guide according to your OS )
- Packages - pyautogui,pygetwindow ,requests
Steps for Running Script ( Script v.2.0 and later )
- Install required packages - pip install pyautogui , pip install pygetwindow , pip install requests
- Download the latest version of script & extract it ( you can also clone this repo using git clone command )
- Change Directory using cd ' file location ' command . replace 'file location' with exact one .
- Run the script using ' python run.py ' or ' python3 run.py ' on Powershell or CMD or Terminal
- If you want to run it as scheduled , run 'run-at.py'
- Follow instuctions inside readme.txt inside particular script version , You can Customize the script according to this file . New features will be added on each release .
Important Notice : Because of some changes inside bing rewards program , versions below v2.0 is not working
NB : Open release notes for more info . Some changes can occur according to version of script
Note
- Don't touch on keyboard or mouse until script execution is completed .
- if you're using it for Bing Rewards , you should logged in your account properly . I'm not responsible for suspension of your account .
- This script is made for Windows & Linux based system . It may work on MacOS , but it didn't works on Android & iOS .
- It will only do PC searches , not mobile searches and other tasks for bing rewards .
- I'm using pyautogui , so it have less suspension chances than search bots which uses selenium . This Script interacts through serach bar of the browser , So Script cannot be found using web scripting . But Chances are not zero .
- if New releases have any issues , notify me on instagram .
- if it works without issues , don't forget to star this repo , also subscribe to my youtube channel - Ivin Techz & follow me on social media . i'll update the code and add more functionalities when i'm free .