Skip to content

Commit

Permalink
Merge pull request #51 from znarfm/doc
Browse files Browse the repository at this point in the history
README and docstring updates
  • Loading branch information
jack-mil authored Aug 11, 2024
2 parents af71373 + 4ca55cd commit 37da077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bing_rewards/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 37da077

Please sign in to comment.