Menu

Home

Alexev

Welcome

The project started as an excuse to learn Python:

Status:

So far I have done what I considered the "core" of the app, the aplications downloads the JSON from Blizzard's API to a JSON and with that data we can work.

I developed a series of packages to work with the app and more are in the way

What you need to work with this app:

  • Python skills
  • Pyhton 3.4 or above (2.7+ should work)
  • SMTP E-mail provider
    * A key from Blizzard to their API:

I bold the last requirement because the API key is personal and requires a registration at Blizzard's developers site (it has no cost at the moment)

The source code included in this proyect does not provide any API key or other configuration

Goals:

  • A set of programs and apis to work with the official Blizzard's Dvelopers API for AH (Auction House)

What's done:

  • Object call from the API to retrieve the JSON from Blizzard
  • E-mail sending modules
  • Plotting data from results
  • Ziping and mailing data
  • Mailing alerts

What need's to be done:

  • Store data in sqlite or other dbengine
  • Web interface / configuration