Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

emuuu/EdgeWorks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdgeWorks

As in its current state the project is only a scraper for Blizzards World of Warcraft ingame auction house. The future purpose of it is to do some data science and machine learning on price developement.

How to use it

First of all you have to create a client at Blizzards developer page.

After obtaining the client create a appsettings.secret.json in the Scraper project folder (and take care to keep it secret):

{
  "BlizzardClient": {
    "Name": "YourClientName",
    "ClientId": "YourClientID",
    "ClientSecret": "YourClientSecret"
  }
}

To setup the scraper for your enviroment edit the appsettings.json. By default the data is placed in I:\Data\EdgeWorks
The ApiSettings define which region / realm / locale is used.

Dockerize

The scraper is ready-to-use in a Docker container:

Just edit the Volume mappings in docker-compose.yml and change the paths in appsettings.json to the mapped paths.

About

Scraper for Blizzards public APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published