ggtracker / sc2reader

Extracts gameplay information from Starcraft II replay files
http://pypi.python.org/pypi/sc2reader
MIT License
145 stars 144 forks source link

Add player.load_profile() support #71

Open StoicLoofah opened 5 years ago

StoicLoofah commented 5 years ago

See https://github.com/GraylinKim/sc2reader/issues/148 for the original

Via the new Battle.net API for Starcraft.

StoicLoofah commented 5 years ago

I think this is the latest API offered by blizzard https://develop.battle.net

NumberPigeon commented 1 year ago

What does player.load_profile() actually do?

StoicLoofah commented 1 year ago

I think the idea was to connect to the data available at https://develop.battle.net/documentation/starcraft-2/community-apis

Of course, it's hard to say because we never got there, and this issue is 5 years old, on top of being 5 years old when it got ported to this repo!