doenietzomoeilijk / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

Automatically capture Market Data #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The EVE interface only allows people to export items one at a time, and 
it's a fairly labour-intensive process. It'd be great if we could help 
with this - there are other tools out htere that capture the data stream 
sent when you simply view an item - that would be a start. We want to be 
careful not to annoy CCP, however!

Original issue reported on code.google.com by mark.oco...@gmail.com on 14 Oct 2007 at 9:09

GoogleCodeExporter commented 9 years ago
It's CCP made a slight change back in Incarna that broke the exporting by 
AutoDumper.

The change they made was tiny and it's a simple fix. In main.py 
go to line 83
Locate "issued" in the string. Change to "issueDate"
go to line 104
Change self.evetime2date(order.issued) to self.evetime2date(order.issueDate)
go to line 130
Locate "issued" in the string. Change to "issueDate"

Failing that, just download the one I have attached here - it should work fine, 
if not let me know (or just make the changes above). NavBot itself will work 
with the exported data after that (I tested) - however, the current NavBot Item 
Database is massively out of date. As there's been no activity here I'm looking 
at fixing that but real life keeps me busy.

Original comment by a...@newtolinux.co.uk on 28 Jan 2012 at 2:03

Attachments:

GoogleCodeExporter commented 9 years ago
Here's the process I've just used to get AutoDumper working on Windows 7 64-bit:

1 - Install 32bit Python 2.7
2 - Install Win32Con
3 - Install Reverence 2.7
4 - Install AutoDumper
5 - Install PyYAML
6 - Make the changes to AutoDumper as per comments 31 & 51.

A trick which might be useful to anyone struggling with "the black box opens 
and closes" - run a CMD prompt, change directory to where you've installed 
AutoDumper, and run main.py - that way you can see the error messages without 
the "black box" closing.

I would have added this information to the AutoDumper page on the Wiki but 
there doesn't appear to be one.

Thanks for a fantastic tool.

Original comment by carl.ing...@gmail.com on 9 Aug 2012 at 9:06

GoogleCodeExporter commented 9 years ago
I followed the previous instructions and couldn't get this to work. I get a 
black box, then nothing. Cpu Usage for python is 0 as well as disk activity and 
memory bytes do not change.

Original comment by FireCu...@gmail.com on 15 Sep 2012 at 6:52

GoogleCodeExporter commented 9 years ago
This is working great. Thanks very much to everyone for getting this going!

Original comment by puckgodd...@hotmail.com on 23 Oct 2012 at 7:22

GoogleCodeExporter commented 9 years ago
There doesn't seem to be an installer for windows for Reverence in the Gitthub. 
 Any idea on how to manually install it?

Original comment by JustinSa...@gmail.com on 12 Dec 2012 at 2:59