From 097d4beabbfbd95f697df2f3cc7b667cdb1e6a71 Mon Sep 17 00:00:00 2001 From: Rim Date: Fri, 28 Feb 2025 18:31:01 -0500 Subject: [PATCH] chore(README.md): update readme --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b65849d..e28c265 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- 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