A simple Bing automation program written in Python 3 with support for both mobile and desktop searches.
Simply fill in the values at the top of the file with Bing credentials, adjust the search numbers to you liking, and watch (or don't) as it searches Bing with randomly generated queries for you.
Windows UsersDownload the latest ChromeDriver here: https://chromedriver.chromium.org/ Make sure that the chromedriver exe is in your python directory or this will not work.
Everyone Else
Install chromedriver through brew on Mac OS, or your package manager on Linux.
BingBot can, instead of generating random queries, scrape queries from Stack Exchange which are more realistic. To use this function, go to https://stackexchange.com, scroll to the bottom, right click Hot Questions Feed, and paste the link into the StackExchangeFeed variable at the top of the script. Questions will automatically be pulled from Stack Exchange instead of internally generated.