First place demo files to be processed in a directory
Fill out .env
from .example.env
and run
stats-importer --directory /path/to/demo/directory
or if building/running with cargo
cargo run --release -- --directory /path/to/demo/directory
Note: CSC-Stats will need to have read access to this directory
use --season
and --tier
flags when importing demos that do not have data in CSC-Core.
-
Demos can be re-imported even if they exist in the stats DB.
-
--help
exists
Demos that were imported successfully will be moved into the _completed
folder in the directory provided.
Demos that were skipped/errored will be placed in _skipped
, to reprocess just move them back into the root directory provided.