Skip to main content

Use WoW addon data to optimize auction buying and selling policies

Project description

Pricer for WoW Auctions

Tests Code style: black Codecov PyPI Documentation Status

About the project

Pricer for WoW Auction is a command line tool to helps users automate the decision making required to make profit on the World of Warcraft classic auction house. It does so by reading addon data, using historical pricing information from booty bay, and user specified preference, to calculate policies. These policies take all available information to produce optimal actions for items, i.e. buying volume, selling low, selling high and crafting. The policies overwrite the addon data, so that upon re-entering the game, the interface is ready to enact the optimal actions.

This is primarily a hobby project. My aim is to learn about good software development practices, and apply my data science skills to an interesting problem. And the extra gold makes raiding even more fun!

I did some twitch streaming for a while, where I discussed the project goals and showed how things worked in more detail.

Built with

Major frameworks include:

  • Python 3+
  • Chromedriver and selenium - for booty bay data
  • Nox - for CI/CD process
  • Poetry - For dependencies, virtual environment, versioning and packaging

Requirements for World of Warcraft classic include:

  • An active World of Warcraft account
  • An active Booty Bay Gazette subscription
  • ArkInventory addon - inventory tracking
  • Auctioneer addon - scanning auctions and enacting buy and sell policies
  • Beancounter addon - tracking player auction activity (comes with auctioneer)
  • Trade Skill Master - enacting crafting policies, also recommended to speed up moving items to bank and buying materials from vendors

Getting started

The following are instructions on how to set up the project locally.

The latest stable code can be found on pypi.

Download locally using:

pip install pricer

For development, clone the repository.

This project uses poetry to manage dependencies, virtual environments, versioning and packaging.

poetry install

Usage

User configuration

It is recommended to edit the config/user_items.yaml file, as this is the primary mechanism that users can select items of interest for buying, selling and crafting. Refer to the file to interpret the structure, ensure that items are named correctly.

The config/user_settings.yaml file should also be edited with information about paths to installations (WoW and Chromedriver), and active accounts. Account names can be referenced from your WoW directory. Booty Bay information should be specified to be specific to your server. Specify at least one of your characters as an ahm (auction house main), with others as mule.

You can optionally create a SECRETS.yaml file in the root directory with the following format. This is useful to help automate the booty bay data feed, but not required. We highly recommend using the Blizzard authenticator (stay safe!).

account: youraccount
password: yourpassword

TradeSkillMaster needs some additional setup. You will need to add three groups, named Materials, Sell, and Other. These are used to populate crafting ('make') policies and assist with moving items to bank.

Running the program

It is recommended to perform a auction scan immediately prior to running the program. You will need to be logged out while the program is running, as this is the only way the latest addon data can be loaded, and modified.

Run the program using the following command from command line:

pricer

Additional flags can, and should be entered:

  • -v or -vv is useful for debugging purposes
  • -b is used to seek a refresh of Booty Bay data; it is recommended to seek an update at least once every day or so.
  • -h for help on additional flags and functionality that may be available

If the run has been successful, you should see some tabular information printed in the console. This will include information about what items to make and expected profits for feasible selling items.

You should see Auctioneer data has been changed, so that (feasible) sell prices and thresholds for buying using snatch have been set.

Tests and tooling

This project seeks to use modern code quality and CI/CD tooling including

  • Dependency management, virtual env and packaging (poetry)
  • Linting (black, flake8, darglint)
  • Type checking (mypy)
  • Testing (pytest, pandera, codecov)
  • Docs (sphinx, autodoc)
  • Task automation CI/CD (nox, pre-commit, github actions, pr-labeler, release-drafter)
  • Publishing (pypi, readthedocs)

Contributing

This project is pre-release and under development.

Users are welcome to try the program, fork, or contribute, however support is not guarenteed.

Follow this link for instructions on managing releases.

License

All assets and code are under the MIT LICENSE and in the public domain unless specified otherwise. See the license for more info.

Contact

Feel free to reach out in-game; you'll see me on Grobbulus on Amazona.

You can leave an open issue seeking to connect and I'll get back to you.

I also occassionally stream project development on twitch.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pricer-0.5.1.tar.gz (29.8 kB view details)

Uploaded Source

Built Distribution

pricer-0.5.1-py3-none-any.whl (31.6 kB view details)

Uploaded Python 3

File details

Details for the file pricer-0.5.1.tar.gz.

File metadata

  • Download URL: pricer-0.5.1.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.7.9 Linux/5.4.0-1031-azure

File hashes

Hashes for pricer-0.5.1.tar.gz
Algorithm Hash digest
SHA256 ca99fcdb277a2f003b8ed6f4f345bc3597a80b83181628195ac8ebe32aba0278
MD5 8beba86bebfe0a47860dda12624dc018
BLAKE2b-256 661b1e8b2fee629749e3d6a5db62613df0807c9103852f6c426298861568cba9

See more details on using hashes here.

File details

Details for the file pricer-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: pricer-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 31.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.7.9 Linux/5.4.0-1031-azure

File hashes

Hashes for pricer-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62d841ff7954c1e6142e296cdd6b9eed0a78091a4deb03e06c99effc383b6d2b
MD5 7a84e94be120c926d201ba8851b9ebbb
BLAKE2b-256 74acf3f854f4dbab51952f0e4e6b88d700afedbe168003c5b0dbe6e74f16ab6f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page