Simple scripts for parsing Everquest inventory files
This is the main script that outputs the auction script. You will need to create the following 3 files and put them in price_data:
pigparsePricesYYYY-MM-DD.csv
spell_counts-YYYY-MM-DD.py
spell_prices-YYYY-MM-DD.py
Instructions for doing so, are a little weak, but found in the actual script
This will look for today's spell prices, counts and pigparse data. It will give you hints as to mispriced auctions
This script will read the inventory for a single toon, and output a list of the items they are holding. It looks in the current directory for the Inventory.txt file You can import the script and use the get_inventory function to return a list of items
This script parses all the sky mules, which are specified in mule_list.py, it will output a list of inventories that can be copy pasted into the skymules google sheet, and then adjusted to track all sky items. It should be run once the sheet stops reflecting the inventories accurately.
This script will print out a list of all the spells in the inventories and their counts. Then it will sort them by class and print out each classes spells.