chore(README.md): update readme
This commit is contained in:
parent
5e6be47604
commit
61b910ab45
@ -123,7 +123,7 @@ usage: cod_api_tool.py [-h] [-tz {GMT,EST,CST,PST}] [-p PLAYER_NAME] [-a]
|
|||||||
|
|
||||||
**Fetch Player Statistics**
|
**Fetch Player Statistics**
|
||||||
```
|
```
|
||||||
python cod_api_tool.py -p YourUsername#1234567
|
python cod_api_tool.py -p YourUsername#1234567 -a
|
||||||
```
|
```
|
||||||
|
|
||||||
**Clean Fetched Data**
|
**Clean Fetched Data**
|
||||||
@ -133,7 +133,12 @@ python cod_api_tool.py -p YourUsername#1234567 -c
|
|||||||
|
|
||||||
**Split Matches Into Individual Files**
|
**Split Matches Into Individual Files**
|
||||||
```
|
```
|
||||||
python cod_api_tool.py -sm
|
python cod_api_tool.py -p YourUsername#1234567 -sm
|
||||||
|
```
|
||||||
|
|
||||||
|
**Convert JSON Files to YAML**
|
||||||
|
```
|
||||||
|
python cod_api_tool.py -y
|
||||||
```
|
```
|
||||||
|
|
||||||
> All data is saved to the `/stats/` directory
|
> All data is saved to the `/stats/` directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user