mirror of
https://github.com/User0332/rewards-farmer.git
synced 2026-09-16 09:31:36 +00:00
add readme notice for EU consent banner
This commit is contained in:
@@ -44,6 +44,8 @@ The profile directory in `src/constants.py` is set to `Default`. If this signs y
|
|||||||
|
|
||||||
Run main.py (`python src/main.py`, it must be run from the root directory so the relative paths work out), wait for the page to launch, and then CTRL-C to quit the application immediately. Sign in to the created profile with your Microsoft account on both Bing and `rewards.bing.com`.
|
Run main.py (`python src/main.py`, it must be run from the root directory so the relative paths work out), wait for the page to launch, and then CTRL-C to quit the application immediately. Sign in to the created profile with your Microsoft account on both Bing and `rewards.bing.com`.
|
||||||
|
|
||||||
|
EU Users: you may have to accept a consent banner once on `rewards.bing.com` and on the Bing search page, `bing.com`. Once you consent, your choice will be saved for future runs using the same profile, so you will not need to interact with the banner during automated runs.
|
||||||
|
|
||||||
Close all webdriver browser instances. Run `main.py` again; the automation should start working.
|
Close all webdriver browser instances. Run `main.py` again; the automation should start working.
|
||||||
|
|
||||||
Please open up a GitHub issue if you run into any difficulties.
|
Please open up a GitHub issue if you run into any difficulties.
|
||||||
+1
-1
@@ -3,7 +3,7 @@ name = "bing-rewards-bot"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Script to farm MS Rewards points on desktop"
|
description = "Script to farm MS Rewards points on desktop"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Carl Furtado",email = "carlzfurtado@gmail.com"}
|
{name = "Carl Furtado",email = "user0332@duck.com"}
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.14"
|
||||||
|
|||||||
Reference in New Issue
Block a user