I'm having a hard time finding something through the API that allows me to find the individual (per account or per character) contribution of Clan XP. I'd like this information to see who's really pulling their weight in our clan.
Note that since Clan XP caps on day one for a large enough Clan, this would aggressively and unnecessarily penalize anyone who can’t play on Tuesday until 17 hours after reset (US/Pacific sleep and business hours), as their contributions would be 0 if they couldn’t play before the Clan XP filled up from folks without day jobs.
On Oct 4, 2017, at 16:43, Joshua Minnie notifications@github.com wrote:
I'm having a hard time finding something through the API that allows me to find the individual (per account or per character) contribution of Clan XP. I'd like this information to see who's really pulling their weight in our clan.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I'm not looking for who actually contributed to the 100,000 XP cap each week, but more so, who actually got clan XP. There have been many times where my clan had already maxed out by the time I got home from work, but I still contributed my 5,000/character... I'm looking for the individual number, not whether or not it counted towards the max for the clan per reset.
If you can get ahold of the profiles for each clan member, you can look at component 202 (CharacterProgressions) from a getProfile request and look for progressionHash 540048094, which will be a given characters weekly clan XP
Hope that helps you get started!
That's a great lead - cool idea to track clan members as they progress, too.
Thank you @ArkahnX I will see if I can get what I need using that path and let you guys know what I come up with.
Most helpful comment
If you can get ahold of the profiles for each clan member, you can look at component 202 (CharacterProgressions) from a getProfile request and look for progressionHash
540048094, which will be a given characters weekly clan XPHope that helps you get started!