You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wantlist url(s) (if you pass multiples whislists, separate them with spaces)
54
54
-m MAX_SELLERS, --max-sellers MAX_SELLERS
55
55
maximum number of sellers to display on the result page
56
-
-c, --continue-on-error
56
+
-w, --continue-on-warning
57
57
if specified the script will continue on non fatal errors
58
+
-c, --articles-comment
59
+
if specified the sellers comments will be added to the result page
58
60
```
59
61
60
62
As you can see, you can call the script with one or more wantlist urls, and there is optional arguments available ([info on script arguments](https://github.com/BenSouchet/cw-wizard/blob/main/README.md#script-arguments)).
@@ -79,9 +81,20 @@ With the command line version of the script you can use the following arguments:
79
81
|:-------------:|:-----------:|:--------:|
80
82
|`-v`*OR*`--version`| Display the version number of the script in your terminal | No |
81
83
|`-h`*OR*`--help`| Display the help in your terminal | No |
82
-
|`-w`*OR*`--wantlist_urls`| One or more Cardmarket wantlists (wantlists) urls.<br />If you add multiple urls simply put a space between then (not a comma). |**Yes**|
83
-
|`-m`*OR*`--max_sellers`| The maximum number of sellers to display on the result page.<br />Default value `20`. `0` means display all. | No |
84
-
|`-c`*OR*`--continue_on_error`| Whatever to stop on non fatal requests errors.<br />Default value `False`. | No |
84
+
|`-u`*OR*`--wantlist-urls`| One or more Cardmarket wantlists (wantlists) urls.<br />If you add multiple urls simply put a space between then (not a comma). |**Yes**|
85
+
|`-m`*OR*`--max-sellers`| The maximum number of sellers to display on the result page.<br />Default value `20`. `0` means display all. | No |
86
+
|`-w`*OR*`--continue-on-warning`| If specified the script won't stop on non fatal requests errors. | No |
87
+
|`-c`*OR*`--articles-comment`|If specified the script will retrieve and add sellers comments to the result page. | No |
88
+
89
+
## Version
90
+
Current version is `1.0.0`, you can download this latest release on the Releases category (on the sidebar), from [this page](https://github.com/BenSouchet/cw-wizard/releases) or `git clone` the `main` branch of the repository.
91
+
92
+
### Latest Version Changelog
93
+
- Handle more than the 50 first articles for the card pages (see function [`load_more_articles()`]()).
94
+
- Skip article and sellers that doesn't ship to your address.
95
+
- Extract and display sellers comments for articles (if script argument `-c` is specified).
96
+
- Add number or sales of the current seller when you display the cards list.
97
+
- Minors code simplification.
85
98
86
99
## Sorting Relevant Sellers
87
100
Currently the most relevant sellers are the ones with the most cards you are looking for in your wantlists.
0 commit comments