Skip to content

mathze/bing-rewards-crawler

Repository files navigation

Bing Rewards Crawler

Usage

Prerequisite

You must have set up a profile that is already logged in to microsoft!

ETree

./gradlew :run --args='etree'

Weather

  • 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'

Rewards

  • 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'

All together

./gradlew :run --args='etree weather -s time -s clicks rewards -s search'

Alternative

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published