NumberPigeon
NumberPigeon
The scaled_rating is the player's mmr in most cases via some basic tests. Besides, it seems currently the lib does not read "replay.gamemetadata.json" file. While most of the info in...
I guess you need to filter the events manually and extract interesting data yourself.
Now you might want to have a look on [sc2reader-plugins](https://github.com/NumberPigeon/sc2reader-plugins/), and use `PlayerStatsTracker`, then all the interesting infos in `PlayerStatsEvent` will be attached to the player objects
What does player.load_profile() actually do?
> Okay, I figured out that this only happens when using > > ```python > replay = sc2reader.load_replay( > replay_file, > engine=sc2reader.engine.GameEngine(plugins=[TestPlugin()])) > ``` > > but it does not...
Currently seems not. I guess the best way to do it is to write a script or a web crawler to fetch data from liquipedia. Besides, there seems lack build...
Another method is to have a look on [sc2reader-plugins](https://github.com/NumberPigeon/sc2reader-plugins/), then choose the plugins that related to the infos you interested in.
Have a look at "CommandManagerStateEvent" at sc2reader.events.game.py, where the docstring says: """ These events indicated that the last :class:`CommandEvent` called has been called again. For example, if you add three...
same error on ArchLinux + i3wm