Skip to content

DSL, DB, and querying tools for the guild wars 2 economy API

License

Notifications You must be signed in to change notification settings

Gehn/gw2-cerebro

Repository files navigation

gw2-cerebro

A python3 library for making queries into the gw2 items and market listing API.

Version:

1.0 Requires python3

Background:

Originally conceived by myself and rincebrain@github to answer some questions about the GW2 markets.

Usage:

The primary functionality for the items API is in the items module. The Items class is of primary interest. ( import items; help(items.Items) ) The primary functionality for the listings API is in the listings module. The Listings class is of primary interest. ( import listings; help(items.Listings) )

See example.py for a demo program that collects data on a single item indefinitely.

There is additional functionality to run daemons that watch various components of the market. See apiwatcher.py for more details. (Additional documentation to come as the structure stabilizes)

About

DSL, DB, and querying tools for the guild wars 2 economy API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages