Table of Contents
❗
|
Prerequisite
You must have set up a profile that is already logged in to microsoft! |
-
Time based rewards (08-10 o’clock, 12-14 o’clock, 16-18 o’clock)
./gradlew :run --args='weather -s time'
-
Click based rewards
./gradlew :run --args='weather -s clicks'
-
All
./gradlew :run --args='weather -s time -s clicks'
-
Collect points by doing random bing searches
./gradlew :run --args='rewards -s search'
-
Daily challenges atm Not working
./gradlew :run --args='rewards -s daily_set'
-
Normal challenges atm Not working
./gradlew :run --args='rewards -s other_activities'
To avoid permanent gradle build stuff you should build the jar and start it. Starting a jar from commandline is quite verbose. You could craft a start script or let gradle do it for you. To do so, simply run:
./gradlew :installDist
This will generate everything for you and put it under './build/install/bing-rewards-crawler'. Within its 'bin' folder you will find the appropriate scripts. With this, you can start the tasks by
./bing-rewards-crawler etree weather -s time -s clicks rewards -s search