aurora-box is an experimental CLI tool that generates static data from the League Wiki's ARAM and Arena page. Generated data currently includes champion balance changes and effects for each mode.
Made using C# and the .NET ecosystem.
- .NET 8 capable runtime
- x64 Windows, Linux, or Mac
./aurora-box
When it successfully runs, data files will be written to the local folder.
MessagePack can be selected as the serialized data format instead of JSON:
./aurora-box -f MessagePack
If you're running a Ubuntu distro, add the runtime if not installed:
sudo apt-get install dotnet-runtime-8.0
Set executable permissions:
chmod +x ./aurora-box
AuroraBox is licensed under the terms of the MIT license.