From b564b21f307df5264ebc040687e3235089455979 Mon Sep 17 00:00:00 2001 From: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:32:08 +0800 Subject: [PATCH 1/3] updated examples in docstring --- bing_rewards/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bing_rewards/__init__.py b/bing_rewards/__init__.py index 90e6a5f..23f961e 100644 --- a/bing_rewards/__init__.py +++ b/bing_rewards/__init__.py @@ -6,8 +6,8 @@ Examples -------- - $ bing-search -nmc30 - $ bing-search --new --count=50 --mobile --dryrun + $ bing-search -dc30 + $ bing-search --count=50 --mobile --dryrun Config file: {CONFIG} CLI arguments always override the config file. From 0a178c8d27700fb3fd9f0573ef0b81d1f0f56422 Mon Sep 17 00:00:00 2001 From: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:33:08 +0800 Subject: [PATCH 2/3] add `-b` in flags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc3a01..af3d0ef 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Options supplied at execution time override any config. | `-d`, `--desktop` | Only use desktop user agent | | `-m`, `--mobile` | Only use a mobile user agent | | `-n`, `--dryrun` | Do everything but type the search query | -| `--bing` | Use this flag if Bing is already your default search engine. Bypasses constructing a bing.com URL | +| `-b`, `--bing` | Use this flag if Bing is already your default search engine. Bypasses constructing a bing.com URL | | `--open-rewards` | Open the rewards page at the end of the run | | `-X`, `--no-exit` | Do not close the browser after completing a search | | `--load-delay` | Override the time given to Chrome to load in seconds | From 4ca55cd68bae3ac736143eab5fd8356301e8458a Mon Sep 17 00:00:00 2001 From: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:34:03 +0800 Subject: [PATCH 3/3] Use archive.org's copy of the websites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af3d0ef..7b17453 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ Mobile Edge Browser on Pixel 6 phone: ## Words: -The [keywords](https://www.myhelpfulguides.com/keywords.txt) included in this repo where taken from this site -https://www.myhelpfulguides.com/2018/07/19/bing-rewards-auto-searcher-with-python-3/. +The [keywords](https://web.archive.org/web/20220523083250/https://www.myhelpfulguides.com/keywords.txt) included in this repo where taken from this site +[https://www.myhelpfulguides.com/2018/07/19/bing-rewards-auto-searcher-with-python-3/](https://web.archive.org/web/20220331033847/https://www.myhelpfulguides.com/2018/07/19/bing-rewards-auto-searcher-with-python-3/). This script provided the original inspiration but has since been complelty rewritten and expanded. The original author was contacted for the original source of keywords, but declined to respond