This is a Bing (Microsoft) Rewards automation script written in python.
-
Run
git clone https://github.com/jacksondm33/bingrewards.git
in directory of choice. -
Create
config.json
usingconfig.json.example
as an example. -
Install necessary dependencies by running
pip install requests bs4
.
Run python bing.py
in the bingrewards
subdirectory.
- Based on parts of sealemar's BingRewards (not public anymore)