Basiiii / Profit-Taker-Analytics

Warframe tool for tracking Profit Taker mission time & analyzing mission stats, featuring a user-friendly GUI.
https://basi.is-a.dev/pta/
Other
14 stars 4 forks source link

Loadout Data Fetching #29

Open Basiiii opened 7 months ago

Basiiii commented 7 months ago

Is your feature request related to a problem? Please describe. A player has requested if it's possible to store data on what loadout was used for each run. This includes what Warframe and weapons were used during the run.

image

Describe the solution you'd like The user would like to see the ability to view the loadout (warframe, weapons, including Archgun) used during a specific mission.

Describe alternatives you've considered N/A.

Additional context Before implementing this feature, it's crucial to investigate the feasibility of retrieving loadout information from each mission. If it's possible to fetch data such as the warframe and weapons used during a mission and incorporate it into the JSON data, then the feature can be implemented seamlessly into the app. This investigation phase is necessary to ensure the successful integration of the desired functionality.

SlayerOrnstein commented 1 month ago

Hey I was just exploring around GitHub and saw this project. Fetching the current load out is possible if you use this endpoint,

https://content.warframe.com/dynamic/getProfileViewingData.php?n=${username}

or I guess you can also find a way to pull data from twitch arsenal plugin, not sure where you guys are on this but I figured why not drop that info here anyways

Basiiii commented 1 month ago

Hey I was just exploring around GitHub and saw this project. Fetching the current load out is possible if you use this endpoint,

https://content.warframe.com/dynamic/getProfileViewingData.php?n=${username}

or I guess you can also find a way to pull data from twitch arsenal plugin, not sure where you guys are on this but I figured why not drop that info here anyways

Wow, that's amazing, thank you very much for this information I wasn't sure it would be possible

SlayerOrnstein commented 1 month ago

Glad to help. Not sure but there's also stat stuff in there since its a GDPR dump of a user account.

In my experience so far the changes are somewhat immediate and you can retrieve the information while the user is logged in. It's weird because some changes require you to wait a bit before you can see the changes but I never logged which ones require some time, usually ~1 minute