OverviewΒΆ

The command line interface of PyPoE features various utilities split up into command line scripts.

Currently there are the following scripts:

pypoe_exporter
Exporting functionality for the Path of Exile wiki and .dat files

Invoking a script without any additional parameters will implicitly tell you about the available sub commands and command line options. However, it is possible to explicitly open the help by specifying -h or --help.

So for example:

pypoe_exporter -h

Each of the scripts comes with their own CLI/config. In order to use the scripts the config variables need to be set first, then the setup needs to be performed.