s3si.ts fork that adds an exporter for MongoDB. Mirrored to https://github.com/catgirlinspace/s3si.ts
 
 
 
 
 
 
Go to file
spacemeowx2 b4e6c7c289 fix: scripts/delete.ts 2022-10-22 18:14:00 +08:00
scripts fix: scripts/delete.ts 2022-10-22 18:14:00 +08:00
src fix: wrong win/lose count in challenge (0.1.4) 2022-10-22 18:12:49 +08:00
.gitignore feat: add find-id 2022-10-21 19:37:11 +08:00
LICENSE Initial commit 2022-10-18 15:25:09 +08:00
README.md feat: send challenge every battle 2022-10-21 18:58:36 +08:00
deno.json feat: add find-id 2022-10-21 19:37:11 +08:00
deps.ts fix: file notExported 2022-10-21 11:14:29 +08:00
s3si.ts style: remove unused default value 2022-10-21 19:44:28 +08:00

README.md

s3si.ts

Export your battles from SplatNet to stat.ink

Usage

  1. Install deno

  2. Run deno run -Ar https://raw.githubusercontent.com/spacemeowx2/s3si.ts/main/s3si.ts

Options:
    --profile-path <path>, -p    Path to config file (default: ./profile.json)
    --exporter <exporter>, -e    Exporter list to use (default: stat.ink)
                                 Multiple exporters can be separated by commas
                                 (e.g. "stat.ink,file")
    --no-progress, -n            Disable progress bar
    --help                       Show this help message and exit

Credits