chore(README.md): update readme

This commit is contained in:
Rim 2025-02-28 18:31:01 -05:00
parent 08dc3b4456
commit 097d4beabb

View File

@ -1,3 +1,7 @@
[![discord](https://img.shields.io/discord/971134884703784960?color=%237289DA&label=members&logo=discord&logoColor=%23FFFFFF)](https://discord.rimmyscorner.com)
[![Release](https://img.shields.io/gitea/v/release/Rim/detailed-cod-tracker?color=green&gitea_url=https%3A%2F%2Fgit.rimmyscorner.com%2F&display_name=release)](https://git.rimmyscorner.com/Rim/detailed-cod-tracker/releases/tag/latest)
[![Website](https://img.shields.io/badge/Developer's-Website-red)](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
@ -131,4 +135,9 @@ The tool offers enhanced sorting capabilities:
- Field upgrades sorted by **Uses** (descending)
- Equipment (lethal and tactical) sorted by **Uses** (descending)
- Scorestreaks sorted by **Times Awarded** (descending)
- Accolades sorted in descending order
- 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