Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcmoyer/poet
Path of Exile Tool -- a utility for extracting data from the Path of Exile content file
https://github.com/jcmoyer/poet
Last synced: about 1 month ago
JSON representation
Path of Exile Tool -- a utility for extracting data from the Path of Exile content file
- Host: GitHub
- URL: https://github.com/jcmoyer/poet
- Owner: jcmoyer
- License: apache-2.0
- Created: 2012-04-04T02:17:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T11:30:36.000Z (over 11 years ago)
- Last Synced: 2023-03-22T10:46:57.746Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#PoET
## Overview
PoET is a command line tool for extracting data from the Path of Exile content package.## Installation
PoET was developed against [Python 3.3.0](http://www.python.org/download/). As such, you will need a Python 3.3.0 interpreter to use it. PoET is simple to use. Here is an example:$ poet.py extract "path/to/Content.ggpk" "directory/to/extract/to"
You may pass -h to the script to receive more detailed help:
$ poet.py -h
usage: poet.py [-h] {extract,diff} ...
Path of Exile Tool
positional arguments:
{extract,diff}
extract Extracts a .ggpk file
diff Provides a summary of what changed between two extraction
versions
optional arguments:
-h, --help show this help message and exit## License
[Apache License](http://www.apache.org/licenses/LICENSE-2.0.html)