Skip to content

Personal scripts and analysis to make more gold for less effort in world of warcraft

Notifications You must be signed in to change notification settings

ndjenkins85/wow_auctions

Repository files navigation

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

About

Personal scripts and analysis to make more gold for less effort in world of warcraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published