Python Selenium Bing Bot
This app requires Firefox browser and python. You can find the link here
There are also some python dependencies you must intall:
1. Install PIP Python package manager
You can do this by executing the get-pip.py for windows, or homebrew/macports for Mac. I personally recommend Homebrew.
2. Mac: pip install selenium
Windows: python -m pip install selenium
This is the user interface
3. Mac: pip install faker
Windows: python -m pip install faker
(This is the fake search data)
3. Lastly, add your credentials to the credentials.txt file in the correct format.
1. No more than 5 accounts for IP.
2. Don't use microsoft hosted emails.
3. Cash in on rewards on distinct days with multiple days inbetween accounts.
If you are having troubles with Selenium make sure that both Selenium and Firefox are up to date!