add readme notice for EU consent banner

This commit is contained in:
Carl Furtado
2026-08-25 11:14:01 -04:00
parent 17830f0872
commit 2b5fb84620
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
View File
@@ -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"