Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.11 KB

Guild Wars 2 Trading Post Tracker

Quick Overview

This program uses the internal API of the GW2 trading post to monitor pricing trends of items on the market. This program was created for pure enjoyment and to allow personal customization on the tracking methods used.

Note, the program uses an internal API, thus you need an account within GW2 to get a session key to talk to the API.

Getting Started

This program is written in Python. It was written against Python 2.7.3. The GUI is written in PyQT4.

So you will need:

You may need to install setuptools before you can install the above dependancies.

Once you have everything installed, run: > path\to\python GW2TPTracker.py

Drawbacks and Limitations

This program is not here to replace services like GW2Spidy. For a more fully featured mainstream solution, (and you don't need your own account) try that option.