chore(README.md): update readme
This commit is contained in:
parent
08dc3b4456
commit
097d4beabb
17
README.md
17
README.md
@ -1,3 +1,7 @@
|
||||
[](https://discord.rimmyscorner.com)
|
||||
[](https://git.rimmyscorner.com/Rim/detailed-cod-tracker/releases/tag/latest)
|
||||
[](https://rimmyscorner.com/)
|
||||
|
||||
# Modern Warfare 2019 Advanced Statistics Tracker
|
||||
|
||||
Access comprehensive Call of Duty statistics directly from your command line. No more visiting third-party tracking websites when you can retrieve **every statistic** Call of Duty records in under a minute.
|
||||
@ -27,7 +31,7 @@ Access comprehensive Call of Duty statistics directly from your command line. No
|
||||
3. Execute the tool using the syntax below:
|
||||
|
||||
```
|
||||
cod_api_tool.exe [arguments]
|
||||
python cod_api_tool.py [arguments]
|
||||
```
|
||||
|
||||
### Option 2: Clone the Repository
|
||||
@ -107,17 +111,17 @@ usage: cod_api_tool.py [-h] [-tz {GMT,EST,CST,PST}] [-p PLAYER_NAME] [-a]
|
||||
|
||||
**Basic Usage: Retrieve Player Statistics**
|
||||
```
|
||||
cod_api_tool.exe -p YourUsername#1234567
|
||||
python cod_api_tool.py -p YourUsername#1234567
|
||||
```
|
||||
|
||||
**Full Data Collection with Cleaning**
|
||||
```
|
||||
cod_api_tool.exe -p YourUsername#1234567 -a -c -sm
|
||||
python cod_api_tool.py -p YourUsername#1234567 -a -c -sm
|
||||
```
|
||||
|
||||
**Process Existing Data**
|
||||
```
|
||||
cod_api_tool.exe -c -sm
|
||||
python cod_api_tool.py -c -sm
|
||||
```
|
||||
|
||||
> All data is saved to the `/stats/` directory
|
||||
@ -132,3 +136,8 @@ The tool offers enhanced sorting capabilities:
|
||||
- Equipment (lethal and tactical) sorted by **Uses** (descending)
|
||||
- Scorestreaks sorted by **Times Awarded** (descending)
|
||||
- Accolades sorted in descending order
|
||||
|
||||
# Credits
|
||||
- [Todo Lodo](https://github.com/TodoLodo) - Call of Duty API Python Wrapper / Codebase Developer
|
||||
- [Engineer15](https://github.com/Engineer152) - Call of Duty API Python Wrapper / Codebase Developer
|
||||
- [Werseter](https://github.com/Werseter) - Call of Duty API Python Wrapper / Codebase Contributor
|
||||
|
Loading…
x
Reference in New Issue
Block a user