From 349a08f11f7daa6b6d8084cf7aa2525d9c9cd5e1 Mon Sep 17 00:00:00 2001 From: Rim Date: Mon, 31 Mar 2025 00:11:44 -0400 Subject: [PATCH] chore(README.md): update readme --- README.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e1f44b2..0c68827 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,57 @@ COD Tracker provides a clean interface to fetch, display, and export Call of Dut - [Node.js](https://nodejs.org/) (v14.x or higher) - npm (comes with Node.js) -- Call of Duty account with API security settings set to "Open" +- Call of Duty account with API security settings set to "ALL" ## Authentication Setup + +### Changing Account API Privacy Settings -1. Log in to [Call of Duty](https://profile.callofduty.com) -2. Open developer tools (F12) -3. Navigate to: Application → Storage → Cookies → https://www.callofduty.com/ -4. Copy the value of `ACT_SSO_COOKIE` -5. Provide this value when prompted by the tool +To use this application, you need to update your Call of Duty profile settings: + +1. Log in to [Call of Duty](https://profile.callofduty.com/cod/profile) +2. Navigate to the **Privacy & Security** tab +3. Scroll down to **Game Data and Profile Privacy** section +4. Set the following options to **ALL**: + - Game Tag Searchable + - Game Play Data + +### Obtaining Your SSO Token + + + + + + +
+ +The application requires an authentication token to access the Call of Duty API: + +1. Log in to [Call of Duty](https://profile.callofduty.com/cod/profile) +2. Open developer tools (F12 or right-click → Inspect) +3. Navigate to: **Application** → **Storage** → **Cookies** → **https://profile.callofduty.com** +4. Find and copy the value of `ACT_SSO_COOKIE` +5. Paste this token into the "SSO Token" field + +> ⚠️ **Note**: Your SSO token is sensitive information. Never share it publicly. + + + +``` +Application + └─ Storage + └─ Cookies + └─ Find + ACT_SSO +``` + +
+ +### Token Expiration + +The SSO token typically expires after 24 hours. If you encounter authentication errors, repeat Step 2 to obtain a fresh token. ## Installation @@ -40,7 +82,7 @@ COD Tracker provides a clean interface to fetch, display, and export Call of Dut 2. Start the application: ```bash - node app.js + npm run start ``` 3. Open your browser and navigate to: