Ok so I made my own little tool for updating the prices. I have created this program in Python and some of you may have issues running it. Because it is coded in python many of the modules used had to be contained in the folder. Hopefully this helps people out.
Here are the instruction
-download the attached folder and extract it
-download your servers .csv file from theunderminejournal
----go to theunderminejournal.com (requires registration)
----navigate to your realm
----click on "site">"market api" in the navigation
----download your csv
-run the application freakanomics_beta
-enter the proper values, everything should be straight forward but if you need an explanation please ask
-a text file will appear with some errors that need to be changed. Most of these come from items contained in AHBuddy which are faction specific and will not show up in TUJ archive if the item is not specific to your faction
here is some sample code. Keep in mind I am on a very highly populated server
Code:
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="43427" MinBuyout="19g95s8c" MaxBuyout="46g94s31c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
<!--Glyph of Sweeping Strikes-->
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="43428" MinBuyout="18g35s35c" MaxBuyout="43g18s48c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
<!--Glyph of Thunder Clap-->
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="43399" MinBuyout="22g73s97c" MaxBuyout="53g50s52c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
<!--Glyph of Battle-->
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="43395" MinBuyout="66g3s4c" MaxBuyout="155g36s58c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
<!--Glyph of Berserker Rage-->
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="43396" MinBuyout="67g56s41c" MaxBuyout="158g97s44c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
<!--Glyph of Bladestorm-->
<SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="45790" MinBuyout="46g24s19c" MaxBuyout="108g80s45c" StackSize="1" IgnoreStackSizeBelow="1" Amount="5" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />
I am going to be testing this for a little while to try and work out kinks.
I will be editing the post with the proper information soon. The pricing has been working great for me and I am able to make some decent money
If you need it now post your .csv('s) here or PM to me and I will try to get you a profile asap
I'll be honest the coding is very messy and it sucks that it is in python. But hey, it saves you alot of time. If you find this useful you can donate me, I am in no way looking to profit off this. I got enough out of it by learning how to make a program like this.