frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
397 stars 72 forks source link

Future Rq: select seed files output dir #110

Closed ShimadaNanaki closed 1 year ago

ShimadaNanaki commented 1 year ago

I would like to be able to save Seed to any directory. For example, python3 s3s.py --getseed ./home/seeds/.

frozenpandaman commented 1 year ago

Simply run the script from a different directory, namely the directory where you want the files output, like the method mentioned in https://github.com/frozenpandaman/s3s/pull/107#issuecomment-1445027232

(NB: Your seed does not ever change.)

ShimadaNanaki commented 1 year ago

Okay, thanks!