Download JSON from Nintendo and Upload SalmonStats automatically.
- Python3.7 and above
python3 -m pip install -r requirements.txt
python3 main.py
Now, Salmonia support to upload the latest result.
- Authorization for SplatNet2
- Update X-Product Version automatically
- Save credential files
- Standalone
- Check the latest result id
- Upload a result from SplatNet2
- Upload results saved from SplatNet2
- Save a result
This Salmonia is currently available for local environment only. If you change the variable of environment in following line.
Line 98 in c4373d9
Launch the owned salmon stats server.
git clone https://github.com/SalmonStats/api salmon-stats-sever
cd salmon-stats-server
make init
edit docker-compose.yml
and .env
.
and open another console window, type make migrate
and make up