HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bing-rewards — Automate daily Bing Rewards points. More information: <https://github.com/jack-mil/bing-rewards>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
bing-rewardscommandautomatebingclirewardspointsdaily

Problem

How to use the bing-rewards command: Automate daily Bing Rewards points. More information: <https://github.com/jack-mil/bing-rewards>.

Solution

bing-rewards — Automate daily Bing Rewards points. More information: <https://github.com/jack-mil/bing-rewards>.

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/bing-rewards

Revisions (0)

No revisions yet.