Skip to content

csconfederation/stats-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stats-importer

Usage

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.

Other Info

  • Demos can be re-imported even if they exist in the stats DB.

  • --help exists

Cleanup

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages