Script to download Path of Exile's base item art off the PoE Wiki.
git clone
npm i
- Ensure
node.js
is installed.
- Ensure
- Follow the instructions to install brather1ng's RePoE
- Alternatively, navigate to
base_items.min.json
in his project directory and download just that file.
- Alternatively, navigate to
mkdir data
- Copy
base_items.min.json
from/RePoE/RePoE/data
into/data
npm run dl
ornode getBaseItemPNGs.js
to run script
By default, this script only downloads non-unique equippable items, gems, flasks, and currency. My usage of the script excluded the need to use any other artwork.
However, through tweaking of the makeWikiUrl
and filterBases
functions, you may be able to download other items that are listed in RePoE's base_items.min.json
. See the non-minified base_items.json
and RePoE's corresponding documentation for information on how to code your downloads for any other item art.
For items not listed in base_items.min.json
or additional features, feel free to raise an issue.
- PyPoE
- RePoE
- axios
- cheerio
- Grinding Gear Games -- All Path of Exile content belongs to them. Please don't use their files without permission ^^