2022-10-18 03:25:09 -04:00
|
|
|
# s3si.ts
|
2022-10-18 08:08:26 -04:00
|
|
|
|
2022-10-18 03:25:09 -04:00
|
|
|
Export your battles from SplatNet to stat.ink
|
2022-10-18 08:08:26 -04:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
2022-10-21 04:46:35 -04:00
|
|
|
1. Install [deno](https://deno.land/)
|
2022-10-18 08:08:26 -04:00
|
|
|
|
|
|
|
|
2. Run
|
2022-10-21 04:46:07 -04:00
|
|
|
`deno run -Ar https://raw.githubusercontent.com/spacemeowx2/s3si.ts/main/s3si.ts`
|
2022-10-19 04:00:40 -04:00
|
|
|
|
2022-10-21 06:58:36 -04:00
|
|
|
```
|
|
|
|
|
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
|
|
|
|
|
```
|
|
|
|
|
|
2022-10-19 04:00:40 -04:00
|
|
|
## Credits
|
|
|
|
|
|
|
|
|
|
- https://github.com/frozenpandaman/s3s
|