Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 1.67 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.67 KB

Path of Exile Base Item Downloader ⚔️

Script to download Path of Exile's base item art off the PoE Wiki.


Usage:

  1. git clone
  2. npm i
    • Ensure node.js is installed.
  3. Follow the instructions to install brather1ng's RePoE
    • Alternatively, navigate to base_items.min.json in his project directory and download just that file.
  4. mkdir data
  5. Copy base_items.min.json from /RePoE/RePoE/data into /data
  6. npm run dl or node getBaseItemPNGs.js to run script

Config:

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.


Credits: