These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

IGB Functionality to read MarketQuickbar contents & navigate it.

Author
Eric Agerwal
Cryosoft
#1 - 2012-12-25 10:46:20 UTC  |  Edited by: Eric Agerwal
I'd like to be able to add items to the market quick bar, and organize things by folders and possibly sub folders. (Can do this already in game)
Later I'd like to be able to programatically navigate either from the quickbar root and read either folders or non-folders (items).
For the items I'd like to call the CCPEVE.showMarketDetails(typeID) function per this page cdn1.eveonline.com/evesoftware/web_igb/igbtest.html

At same item I'd like some functionality to access the price history data.

I know I could probably create my own HTML page for this - but capitiaizing on in game functionality seems more intuitive.

I saw a Python project called Reverence that may have been able to facilitiate this via the cache, but I suspect it may either be out of date or not work any more for the Mac. Python is not my forte - but it appeared to read two folder contents - BulkData and CachedObjects. The former is all lower case on a Mac and latter doesn't even appear in my Mac install of Eve Retribution.