So, you've found my collection of cadaverous command-line datamining tools, huh? Well, good for you.
pip install git+https://github.com/Ghostopheles/py-ghst-tools.git
You can view all of the different modules with ghst --help
.
ghst tree view <ModifierTreeID>
: Dumps a ModifierTree to the console in a (hopefully) readable format
ghst blp view <file_path>
: Opens the specified BLP file in a custom BLP viewerghst blp convert <file_path> [--format <format>]
: Converts a BLP file to the specified format (default: png)- If
file_path
is a directory, it will recursively convert all BLP files found
- If
ghst armadillo add
: Interactively add an armadillo key to the appropriate location for it to be recognized by the Battle.net client
ghst db2 fetch <build> <output_path>
: Downloads all DB2s for the<build>
from wago.tools and saves them to<output_path>