Skip to content

A simple python script to help you search bing for rewards

Notifications You must be signed in to change notification settings

ChrolloKryber/bingSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bingSearch

A simple python script for linux to open your browser and conduct bing searches, with a main goal to prevent detection.

Even though I have tried my best to make it hard to figure out that the searches are automated, there is still a chance to get caught.
It seems that bing can apply a cooldown of 12 points every 15 minutes, hence the script will wait for 15 minutes after executing 4 searches for 12 points, running this loop 8 times.

- Use at your own risk, automating bing searches goes against Microsoft's ToS
Big shoutout to @jack-mil, the script is inspired by his own implementation of the same, and I have used his keywords file for the same.

Installation

  1. Run pip -r requirements.txt
  2. Make sure you have either Chromium installed or edit the script to run the browser of your choice and Bing is the default search engine
  3. Use the keyword file of your own or run as is for using the included keywords

About the script

My goal was to create a script which could mimick the most human behavior. The script utilizes Pynput library for emulating input via your keyboard, the script will automatically open a chromium window, conduct searches and close it. All with a set interval. Edit the browser in the code if you use something else.

Since bing uses a bunch of URL parameters for every search, it's not possible to directly enter an appended URL with the search term attached to it. Hence, bing has to be set your default search engine.

About

A simple python script to help you search bing for rewards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages