Compare commits

...

1 Commits
latest ... main

Author SHA1 Message Date
Rim
e60cc06920 chore(README.md): fix links 2025-03-01 16:28:01 -05:00

View File

@ -20,27 +20,26 @@ Access comprehensive Call of Duty statistics directly from your command line. No
## Prerequisites ## Prerequisites
- Call of Duty account with API security settings set to "Open" - Call of Duty account with API security settings set to "Open"
- Web browser (Chromium-based recommended) - Web browser (Tested with Chromium)
- Python 3.x (optional, tested with Python 3.9.13) - Python 3.x (optional, tested with Python 3.9.13)
## Installation Options ## Installation Options
### Option 1: Download the Latest Release (Recommended) ### Option 1: Download the Latest Release (Recommended)
1. Download `cod_api_tool.exe` from the [latest release](https://github.com/Ahrimdon/detailed-cod-tracker/releases/latest) 1. Download `cod_api_tool.exe` from the [latest release](https://git.rimmyscorner.com/Rim/detailed-cod-tracker/releases/tag/latest)
2. Open a command prompt in the download directory 2. Run the executable for GUI mode **OR** open a shell in the download directory
3. Execute the tool using the syntax below: 3. Execute the tool using the syntax below:
``` ```
python cod_api_tool.py [arguments] cod_api_tool.exe [arguments]
``` ```
### Option 2: Clone the Repository ### Option 2: Clone the Repository
1. Clone the repository: 1. Clone the repository:
``` ```
git clone https://github.com/Ahrimdon/detailed-cod-tracker.git git clone https://git.rimmyscorner.com/Rim/detailed-cod-tracker.git && cd detailed-cod-tracker
cd detailed-cod-tracker
``` ```
2. Run the setup script: 2. Run the setup script:
@ -48,6 +47,16 @@ cd detailed-cod-tracker
python setup.py python setup.py
``` ```
3. Activate the virtual environment
```
venv/Scripts/activate
```
4. Run the tool
```
python cod_api_tool.py [arguments]
```
## Authentication Setup ## Authentication Setup
### Obtaining your ACT_SSO_COOKIE ### Obtaining your ACT_SSO_COOKIE