diff --git a/pages/common/bing-rewards.md b/pages/common/bing-rewards.md new file mode 100644 index 0000000000..e4d4bed4a9 --- /dev/null +++ b/pages/common/bing-rewards.md @@ -0,0 +1,24 @@ +# bing-rewards + +> Automate daily Bing Rewards points. +> More information: . + +- Complete both desktop and mobile searches: + +`bing-rewards` + +- Run 10 searches with mobile user-agent: + +`bing-rewards {{[-m|--mobile]}} {{[-c|--count]}} 10` + +- Complete mobile and desktop searches using specified Chrome profile "Profile 1": + +`bing-rewards --profile "Profile 1"` + +- Run searches sequentially across multiple Chrome profiles: + +`bing-rewards --profile "Default" "Profile 1" "Profile 2"` + +- Display help: + +`bing-rewards {{[-h|--help]}}`