gw2scratch / evtc

Analysis and management of Guild Wars 2 EVTC logs from arcdps.
https://gw2scratch.com/tools/
MIT License
53 stars 24 forks source link

Support for Uploading to Gw2 Wingman #126

Open VariableFlame opened 2 years ago

VariableFlame commented 2 years ago

With the recent public announcement of gw2wingman.nevermindcreations.de, it could be nice to have the ability to automatically upload logs to there using this log manager. I am aware gw2 wingman has its own uploader, but having that feature available in this tool would be more convenient and easier for most users, especially since many people are already using this tool to upload to dps.report.

Sejsel commented 2 years ago

This is not coming until gw2wingman has an open API for uploads and enough performance to handle people uploading multiple logs. Right now it's timing out on simple page loads, adding this feature right now would probably bring the webpage down for everyone.

In the meantime, you can upload logs to dps.report and use https://gw2wingman.nevermindcreations.de/manualUpload to import the data to gw2wingman.

Sejsel commented 2 years ago

It looks like we might be getting an API endpoint to queue dps.report reports for processing in wingman, so that'd be getting support if it's implemented.

Sejsel commented 2 years ago

There is now an /api/importLogQueued wingman endpoint documented here that looks perfect for our use.