An open API service indexing awesome lists of open source software.

https://github.com/raylu/poecalc

PoE calculators
https://github.com/raylu/poecalc

Last synced: 4 months ago
JSON representation

PoE calculators

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`