This is a web project used to easily find anointments for the game Path of Exile (PoE);
In the game we have a mechanic called Blight, where we can drop oils, they are used to anoint amulets or Blight unique items, making so that the item grants a Passive skill.
It's running live at https://anointment-finder.fly.dev/
Firstly clone this repository;
Then at the folder, run pip install -r requirements.txt
;
And start the project python manage.py runserver
;
It should be up at localhost:8000
.
Run python scripts/list_oils_and_anoints.py
.
Use the custom management command to update the database with the json.
Run python manage.py createanointments path/to/all_anointments.json
.