This project aims to provide a streamlined way of updating the WoW Audit wishlist for your whole guild at once, with minimal user interaction.
There are two parts to this project.
First a WeakAuras2 WeakAura, which will collect the SimulationCraft strings from your raid members and export them in a machine readable .json
format.
See here for the documentation.
Secondly there is a .NET 8 application, which injests this .json
output and runs Droptimizer simulations using PlayWright and Raidbots.
It then provides the reports to the Audit API.
See here for the documentation and installation guide.