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.
 

EvE item name and prcie dumper

Author
Quackers Duckington
Interbellum
#1 - 2015-05-18 12:07:29 UTC
Hey guys,

After hours of trying to get item names and ID's then push it through eve-central for a price I realized "WHY NOT CREST!!!", So I made this small app and figured maybe someone else could make use of it as well.

What it does is query the eve market crest to get all items being sold and their average price across the market then compiles it into a text document displaying as "Item;price" or there is some commented out code in the source that can be swapped out for commenting the text file code which will allow the application to upload the data into a MySQL database. (I did not add an option for this on the app as it is built to run automatically and exit so it would not be attended for someone to input the MySQL details)

Link to github: https://github.com/Quackers7011/EveItemDump

p.s. I don't plan on developing this much as it was just a quick throw together app however I may optimize it and turn it into a non GUI service at some point (or even a publicly accessible database to query)