Pages: [1] :: one page |
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Novarr
|
Posted - 2011.05.19 22:08:00 -
[1]
Hello!
At the moment i can export the market items with libeveapi. Is there a way to export the price history of items too?
Thx 4 answer!
|

Thoraemond
Minmatar Far Ranger
|
Posted - 2011.05.20 00:44:00 -
[2]
Originally by: Novarr At the moment I can export the market items with libeveapi. Is there a way to export the price history of items too?
Short answer: yes.
Slightly longer answer: Reverence, perhaps aided by this older thread.
|

Novarr
|
Posted - 2011.05.20 16:08:00 -
[3]
Unfortunately I have no experience with Python! Is there such a thing for. net / c # developer?
|

Zeta Zhul
Caldari Preemptive Paranoia
|
Posted - 2011.05.20 18:10:00 -
[4]
Python 1. Download Python 2.6 2. Right click on Python 2.6 install exe file and select "Run as administrator" 3. Install Python 2.6
Reverence 1. Direct browser to: https://github.com/ntt/reverence 2. Click on "Downloads" 3. Selected the 'reverence-1.2.1.win32-py2.6.exe' file and download it. 4. Find downloaded 'reverence-1.2.1.win32-py2.6.exe' file and right click on it and "Run as administrator". 5. Complete Reverence installation steps; note this will cause Reverence to install into Python 2.6 directory
Pastie 1. Direct browser to: 'http://pastie.org/821014' and save to a file with a .py extension
** This is the basic market history extract script. From here you can make modifications as needed. As an example I found it useful to include the item typeid in each line of the extract with a personal modified version of this script.
**warning:
print "Deleting old records... \n" for root, dirs, files in os.walk(OUTPATH, topdown=False): for name in files: os.remove(os.path.join(root, name))
See the above section? It does not delete "old records". It deleted -everything-. Whatever directory you set for the "OUTPATH" at the top of the script this stupid piece of code will walk through the subdirectories and delete every file. I would recommend you make a new directory and use that for your OUTPATH.
...
To use it just edit the saved .py script file, modify the EVEROOT and OUTPATH directories, use the eve client and iterate through a selection of market items with the market history tab showing the market history data and then run the script from the command line.
It doesn't get easier than this. And if this doesn't answer your questions then my billing rate is $100/hour. 
|

Novarr
|
Posted - 2011.05.20 18:41:00 -
[5]
YEAAHHH this works/rocks!!! ISK i am coming!!!
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |