Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.07 KB

WoW Auction engine

Code style: black

This project helps automate some aspects of trading on the World of Warcraft (WoW) auction house.

Related article here: https://www.nickjenkins.com.au/articles/personal/2020/07/07/programming-and-analytics-in-games

The program is currently under development and is not currently designed for third party use.

Environment setup

Project uses Python 3.7, which is required to run the code. The following is used to add library dependencies.

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Running the script

To run the script, run the following from command line.

python run.py -a

There are many command line options; -a will run primary analysis (except for sell policies). Please refer to the scripts for further information.

TODO

  • Create additional selling profile for min-bid max-buy high-volume. May require splitting the function more carefully
  • More visibility on current inventory