3. Exporting the Data and Running the Scripts - tehralenov/WoWLoot GitHub Wiki
Now that all of the loot data is prepped and formatted in a workable way, it is time to download and use the data! Rename the downloaded CSV to "loot_export.csv" without the quotes. Also download "loot_import.py" and "loot_format_converter.py" from this Repo (https://github.com/tehralenov/WoWLoot).
You will also need to download and install Python to run the python scripts, which can be downloaded from https://www.python.org/downloads/.
Once Python has been installed, and the 2 python scripts have been downloaded, ensure that the loot_export.csv is in the same folder/directory as the two python scripts.
At this point, you are ready to run the scripts!!!!!! Step one is to open powershell and navigate to the folder containing the scripts and CSV and run the following command: python.exe .\loot_import.py
Then run the command: python.exe .\loot_format_converter.py
This will generate the file "prio_export.txt" (important for later!)