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
Copy file name to clipboardexpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -31,23 +31,23 @@ Now you have two options: the **script with a User Interface** *(like a true sof
31
31
32
32
### Starting the Script with a User Interface
33
33
1. In this case you need to make sure that **tkinter** is available on your computer ([check here](https://github.com/BenSouchet/cw-wizard/blob/main/REQUIREMENTS.md#optional-needed-for-the-user-interface-script)).
34
-
2. Open on your favorite browser one Cardmarket tab (just one and don't log-in).
34
+
2. Open on your favorite browser one Cardmarket tab (just one).
35
35
3. Execute this command in your terminal:
36
36
```shell
37
37
> python3 cw-wizard-gui.py
38
38
```
39
39
4. Then simply follow the steps in the interface that popped up.
40
40
41
41
### Starting the Command Line Script
42
-
1. Open, on your favorite browser, one Cardmarket tab (just one, and don't log-in)
42
+
1. Open, on your favorite browser, one Cardmarket tab (just one)
43
43
2. Check the script help (to see available parameters):
CW Wizard v1.0.3, Find the best bundles for the cards in your wantlist(s).
50
+
CW Wizard v1.0.4, Find the best bundles for the cards in your wantlist(s).
51
51
52
52
options:
53
53
-h, --help show this help message and exit
@@ -77,6 +77,10 @@ Example with multiple wantlists:
77
77
4. If it's the first time you start the script your Cardmarket credentials will be asked to create a `credentials.json` file at the root of the project directory. For info on why credentials are required [read this section](https://github.com/BenSouchet/cw-wizard/edit/main/README.md#security-and-authentification).
5. With your favorite browser search for "my user agent" on Google and copy the value (Should start with: `Mozilla/5.0`)
81
+
82
+
6. When requested paste the value and press enter.
83
+
80
84
5. It's all, if everything goes well a result HTML page will open on your default web browser, otherwise check the terminal to see the error message(s).
81
85
82
86
### Script Arguments
@@ -93,9 +97,13 @@ With the command line version of the script you can use the following arguments:
93
97
|`-c`*OR*`--articles-comment`|If specified the script will retrieve and add sellers comments to the result page. | No |
94
98
95
99
## Version
96
-
Current version is `1.0.3`, 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.
100
+
Current version is `1.0.4`, 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.
97
101
98
102
## Changelog
103
+
### 1.0.4
104
+
- Update Cloudflare bypass, now require to specify your browser User-Agent to properly bypass retrictions.
105
+
- Fix price retrieve due to recent modification in the Cardmarket interface.
106
+
- Fix minor issues
99
107
100
108
### 1.0.3
101
109
- Bypassing newly added Cloudflare protection by using user cookies (thanks to package **Browser Cookie 3**).
0 commit comments