Skip to content

A Python library for parsing Heroes of the Storm replay files and storing basic information

Notifications You must be signed in to change notification settings

tommyhall/hotsparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotsparser

A Python library for parsing Heroes of the Storm replay files and storing basic information. I intend to add more functionality in the future, but this is not being actively kept up to date with the latest Heroes of the Storm builds.

Requirements

Aside from mpq and heroprotocol (included in this repository, up to date as of October 24, 2016), this library requires Python 2.7 and pandas.

Usage

Simply run the example parse_replays.py, which will attempt to parse all of the replay files in the /replays folder. The result is placed into a pandas DataFrame and written to disk.

About

A Python library for parsing Heroes of the Storm replay files and storing basic information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages