Skip to content

Analyse data collected from the auction house API for a server in World of Warcraft. Identifies potentially sold items, and graphs the most profitable/quickest sells.

Notifications You must be signed in to change notification settings

luisramirezdev/Auction_House

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goal

Analysing data collected from the auction house API for Hellfire-EU, World of Warcraft. Try identify best sellers, quick sellers, and items to avoid.

WOW AH

This script will collect active auctions from the Blizzard API, on the Hellfire-EU Server then export to a CSV

Preproc

This script performs some preprocessing, gathering the data in a cleaner format, identifies which items potentially sold (between 11pm 22 September and 1am 30th September) and exports to a csv. This needs a minimum of 50 hours to determine sales. It works by gathering auctions first posted 1 hour after the initial collection, and checks which auctions where posted for at least 12 hours (minimum new duration). Essentially, any new items posted will be identified as 'sold' if they a) sell or b) are removed by seller before original duration expires.

Analyse

The script graphs the top selling items, pets, and consumables

About

Analyse data collected from the auction house API for a server in World of Warcraft. Identifies potentially sold items, and graphs the most profitable/quickest sells.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%