Trading tools collection for EVE Online.
Author: Hanbo Guo
Contact: [email protected]
EVE Tools is a Python package that simplifies EVE ESI. The goal is to write easier and faster Python scripts that analyze EVE data for ISK making.
pip3 install eve_tools
or
cd path/to/your/download/eve_tools-master
pip3 install -r requirements.txt
python setup.py install
Download examples.py
by cp/paste it to an empty Python file, run it by:
- double clicking it (in Windows)
- or go to a Python IDE to launch it
- or use cmd line, cd to its directory, run:
python examples.py
You will see the result hauling.csv
generated in the same directory as examples.py
.
Go to a Python editor, run the following code:
from eve_tools import *
import unittest
unittest.main()
You would see around 20+ tests running. Internet connection is required.