Skip to content

A library of functions to get market data from the EVE Online ESI

License

Notifications You must be signed in to change notification settings

SustainedCruelty/evemarkettools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evemarkettools

evemarkettools is a simple python library for pulling price data from the EVE ESI. It also contains functions to convert type_ids, system_ids, region_ids etc. into their respective names and vice versa.

Installation

Use the package manager pip to install evemarkettools.

pip install evemarkettools

Usage

import evemarkettools as emt

emt.typeNameToID('Sabre') # returns 22456
emt.regionNameToID('The Forge') # returns 10000002
emt.item_price(22456, region_id=10000002, order_type='sell') # returns 63560000
emt.item_quantity_price(22456, quantity=100, region_id=10000002) # returns 6531720000

Check out this colab-notebook to see what other function the library provides and how to use them

License

MIT

About

A library of functions to get market data from the EVE Online ESI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages