This is a job that will impute the historical volume based on the regular market orders provided by EVE Trade ESI
- python3.10
- poetry
- poetry install
- poetry update
- poetry run python app.py
- Generate requirements.txt
poetry export --without-hashes --format=requirements.txt > requirements.txt
- Iteratively pulls region IDs and type IDs and requests data from EVE ESI API.
- Does one region every hour, and loops through all in roughly 1.5 days.