Openarl / PathOfBuilding

Offline build planner for Path of Exile.
MIT License
2.16k stars 1.04k forks source link

(QUESTION) Path of building info #652

Open VikkeDD opened 6 years ago

VikkeDD commented 6 years ago

Hello, im a student of informatic engineering, and wanted to ask where you find all the item info for the Path of building, its any kind of API? External tool? Planning on do some desktop app but lack a lot of info. Thank you for your time and sorry if my english its too bad, im spanish

byg0n3 commented 6 years ago

Off the top of my head: https://github.com/brather1ng/RePoE https://github.com/OmegaK2/PyPoE https://pathofexile.gamepedia.com/ https://www.pathofexile.com/item-data

Openarl commented 6 years ago

The majority of the data is extracted from the game's data files using PyPoE, and processed by the Export system. The database of unique items however is hand-built, as that information isn't available in the game data files.