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

Script to download Path of Exile's base item artwork off the Wiki

Notifications You must be signed in to change notification settings

cywang117/poe-base-item-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Script to download Path of Exile's base item artwork off the Wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published