A powerful CLI tool to extract comprehensive player and recent game statistics for Call of Duty Modern Warfare 2019. Delivers insights beyond the in-game Barracks and cod.tracker.gg
Go to file
2023-12-25 04:41:15 -05:00
assets/build/icon First release, add more command line arguments, compile binary, add pyinstaller and building assets 2023-10-08 07:23:27 -04:00
bin Added time conversions for seconds values 2023-11-21 05:15:15 -05:00
cod_api Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
data Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
depricated_dev_scripts Pretty scripts, begin README for how to obtain userInfo.json 2023-12-25 04:41:15 -05:00
deps Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
examples Update examples for latest release 2023-11-22 00:01:17 -05:00
src Readded api source 2023-10-08 06:18:53 -04:00
.gitignore Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
build.bat Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
build.py Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
clean_friend_feed_regex.txt Add python build script, use modified api, add dev scripts, add regex for cleaning feeds, allow for api calls using userinfo 2023-12-25 03:57:17 -05:00
curl_userInfo.ps1 Pretty scripts, begin README for how to obtain userInfo.json 2023-12-25 04:41:15 -05:00
get_cod_stats.py Add support for more former depricated api calls 2023-12-25 04:14:29 -05:00
README.md Update README.me 2023-10-14 05:06:47 -04:00
setup.py First release, add more command line arguments, compile binary, add pyinstaller and building assets 2023-10-08 07:23:27 -04:00

Modern Warfare 2019 Detailed Statistic Tracker

Tired of visiting cod.tracker.gg to check your player stats? With this repository, you'll never have to visit that site again.

Get every single statistic Call of Duty tracks in one place, under a minute!

To see an example, look in /examples/

Table of Contents

Features

  • Instantly download detailed statistics for any player, including Lifetime Statistics, Match Statistics and season_loot
  • Download a list of all maps and game modes in current rotation
  • Convert match start times, end times, and duration to human readable formats
  • Sort your statistics even better than the in-game Barracks does!
  • Split detailed match data into separate files from most recent to least recent for easy viewing
  • Convert all code names for weapons, killstreaks, equipment, etc. to human-readable strings

Prerequisites

  • Call of Duty Account
  • Account API security settings set to open
  • Python 3.x (optional)
  • A Web Browser (Tested with Chromium)
  • Curl (Installed by default on Windows)

Installation

Using the Latest Release (EASIEST)

  • Navigate to the latest release and download get_cod_stats.exe
  • Open a command line of your choise, navigate to the directory using cd and follow examples below
cd "C:\Users\John\Desktop\detailed-cod-tracker"

get_cod_stats.exe [-h] -p PLAYER_NAME [-a] [-sl] [-i] [-m] [-c] [-sm] [-csd] [-cmd]

Cloning the Repository

  • Download the ZIP archive or clone the repository git clone https://github.com/Ahrimdon/detailed-cod-tracker.git && cd detailed-cod-tracker
  • Run the setup using the command python setup.py.

Command Line Arguments

usage: get_cod_stats.py [-h] -p PLAYER_NAME [-a] [-sl] [-i] [-m] [-c] [-sm] [-csd] [-cmd]

Detailed Modern Warfare (2019) Statistics Tool

optional arguments:
  -h, --help            show this help message and exit

Data Fetching Options:
  -p PLAYER_NAME, --player_name PLAYER_NAME
                        Player's username (with #1234567)
  -a, --all_stats       Fetch all the different types of stats data
  -sl, --season_loot    Fetch only the season loot data
  -i, --identities      Fetch only the logged-in identities data
  -m, --maps            Fetch only the map list data

Data Cleaning Options:
  -c, --clean           Beautify all data
  -sm, --split_matches  Split the matches into separate JSON files within the 'matches' subfolder
  -csd, --clean_stats_data
                        Beautify the data and convert to human-readable strings in stats.json
  -cmd, --clean_match_data
                        Beautify the match data and convert to human-readable strings in match_info.json

Command Examples

Gather Player's Lifetime Statistics & 20 Recent Games

get_cod_stats.exe -p Ahrimdon#1234567

Sort, clean, and organize all data

get_cod_stats.exe -c

Split matches into separate files

get_cod_stats.exe -sm

Gather all data

get_cod_stats.exe -p Ahrimdon#1234567 -a

All data is saved to /stats/

Sorting

  • Game Modes are sorted by Time Played in descending order
  • Weapons are sorted by Kills in descending order
  • Field Upgrades are sorted by Uses in descending order
  • Lethal and Tactical equipment are sorted by Uses in descending order
  • Lethal and Support Scorestreaks by Times Awarded in descending order
  • Accolades sorted in descending order