DISCLOSURE: THIS IS DESIGNED FOR EDUCATIONAL PURPORSES ONLY. I'M NOT REPOSONSIBLE IF YOU GET INTO TROUBLE
I created the auto bing machine because I don't like Microsoft. A few of my friends asked me about automating Microsoft Rewards so I made this script one night.
- Firefox or Google Chrome
- GeckoDriver or Chrome Driver
- Python 3
- Selenium
- A UNIX based operating system (Linux, Mac, BSD, etc)
Step 1: Install requirements
pip3 install -r requirements.txtStep 2: Install GeckoDriver (Firefox) or Chrome Driver (Chrome)
Extract the binary then copy it to somewhere on your PATH (/bin, /usr/bin, /usr/share/bin, etc)
Step 3: Run the script
For Firefox
python3 ./main.py --firefoxFor Chrome
python3 ./main.py --chrome