A simple Splatoon API written in Python. Powering Splat-Rotations and Splat-Rotations-Discord.
- Python 3
- Requests
- NNID Credentials
- Log into SplatNet, scrape the rotations and write the json files for each region.
You can automate the script every hour with cron.
##Important Make sure to make api.py executable with:
chmod +x /my/path/to/api.py