EtienneK / hearthstonejson

Extracts card info from Hearthstone into JSON format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This project extracts card data from Hearthstone's "base-Win.MPQ" into JSON files.

This is then used to generate the website: http://hearthstonejson.com

It is meant to run in Linux. To run you need:

  • nodejs
  • git
  • java
  • cmake

Build

git clone https://github.com/Sembiance/hearthstonejson.git
cd hearthstonejson
./build.sh

Run

node generate.js /path/to/base-Win.MPQ

Results

In the 'out' directory will be a JSON file per set.

About

Extracts card info from Hearthstone into JSON format


Languages

Language:JavaScript 82.5%Language:CSS 15.6%Language:Shell 1.9%