Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loadout Data Fetching #29

Open
Basiiii opened this issue Feb 8, 2024 · 3 comments
Open

Loadout Data Fetching #29

Basiiii opened this issue Feb 8, 2024 · 3 comments
Labels
enhancement New feature or request low priority Low priority issue parser Anything related to parser

Comments

@Basiiii
Copy link
Owner

Basiiii commented Feb 8, 2024

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.

@Basiiii Basiiii added enhancement New feature or request parser Anything related to parser low priority Low priority issue labels Feb 8, 2024
@Basiiii Basiiii added this to the Full Release V1.0.0 milestone Feb 8, 2024
@SlayerOrnstein
Copy link

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
Copy link
Owner Author

Basiiii commented Jul 23, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Low priority issue parser Anything related to parser
Projects
None yet
Development

No branches or pull requests

2 participants