https://github.com/raylu/poecalc
PoE calculators
https://github.com/raylu/poecalc
Last synced: 4 months ago
JSON representation
PoE calculators
- Host: GitHub
- URL: https://github.com/raylu/poecalc
- Owner: raylu
- Created: 2022-08-21T08:02:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T07:11:11.000Z (over 1 year ago)
- Last Synced: 2025-02-22T07:26:52.712Z (over 1 year ago)
- Language: Python
- Homepage: https://poecalc.fly.dev
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoE calculator (currently only for auras)
live version: https://poecalc.fly.dev
## setup
1.
```sh
mkdir data
cd data
wget https://raw.githubusercontent.com/lvlvllvlvllvlvl/RePoE/master/RePoE/data/gems.json
wget https://raw.githubusercontent.com/lvlvllvlvllvlvl/RePoE/master/RePoE/data/stat_translations/aura_skill.json
wget https://raw.githubusercontent.com/lvlvllvlvllvlvl/RePoE/master/RePoE/data/stat_translations/curse_skill.json
wget https://raw.githubusercontent.com/lvlvllvlvllvlvl/RePoE/master/RePoE/data/stat_translations/passive_skill.json
wget https://raw.githubusercontent.com/lvlvllvlvllvlvl/RePoE/master/RePoE/data/stat_translations/buff_skill.json
wget https://raw.githubusercontent.com/grindinggear/skilltree-export/master/data.json -O skill_tree.json
wget https://raw.githubusercontent.com/grindinggear/skilltree-export/master/alternate.json -O skill_tree_alternate.json
wget https://raw.githubusercontent.com/PathOfBuildingCommunity/PathOfBuilding/dev/src/Data/TimelessJewelData/LegionPassives.lua
wget https://raw.githubusercontent.com/Liberatorist/TimelessEmulator/master/TimelessEmulator/Build/Output/TimelessJewels/TimelessJewels.zip
unzip TimelessJewels.zip -d TimelessJewels
```
2. `pip3 install -r requirements.txt`
3. `python3 data.py` # prepare data.db
4. `./poecalc.py`