Path of Exile 2 Wiki:PyPoE

From Path of Exile 2 Wiki
Revision as of 15:50, 11 November 2025 by Mefisto1029 (talk | contribs) (Some info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PyPoE is a Python 3 based collection of development tools to work with Path of Exile 2, originally developed by OmegaK2. The command line interface is used extensively to update many pages on the wiki with game data.

The Project Path of Exile Wiki fork of PyPoE is on github. Follow the instructions to install it.

Wiki export commands

Items

Command Description
pypoe_exporter wiki items item Base items (normal items)

Pages in data name spaces (monsters, mods, areas, passives)

Command Description
pypoe_exporter wiki area Exports the area data
pypoe_exporter wiki mods Exports the modifier data
pypoe_exporter wiki monster Exports monster data (experimental)
pypoe_exporter wiki passive Exports passive skill data
pypoe_exporter wiki skill Exports skill data

Please note exports of non-player skills are unsupported and will result in errors. This export only needs to be run for mods related skills, not skill gems (skill gems will populate their skill data automatically).

Generic data dumps for lua modules (quest rewards, keywords, etc)

Due to the nature of using lua and cargo on mediawiki, these particular changes will not be loaded without null-editing. Please see the corresponding templates for details on which template to null-edit for changes to go through.

Generally the data is stored in Template:Name/cargo/table_name/N where Name is the name of Template usually after whatever it is doing, table_name is the name of the database table, and N is one for each every 1000 entries.

Please note that some module pages might require admin privileges to edit to prevent vandalism.

Command Description
pypoe_exporter wiki lua ot Exports base statistics for monsters and player characters Template:Generic stats
pypoe_exporter wiki lua monster Exports shared monster data such as the level progression, scaling for magic/rare monsters, map scaling info, monster types and resistances data, etc. Template:Monster
pypoe_exporter wiki lua keywords Exports keywords used in the game Template:Keyword
Template:Keyword infobox

External links