Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 3.3 KB

readme.md

File metadata and controls

53 lines (42 loc) · 3.3 KB

HearthStats.net Uploader

This is a Java based utility designed to run in the background and automatically upload your win ratios and other statistics to HearthStats.net while you play Hearthstone. This program uses screen grab analysis of your Hearthstone window and does not do any packet sniffing, monitoring, or network modification of any kind.

This project is and always will be open source so that you can do your own builds and see exactly what's happening within the program.

Contributing to this Project

There are several things you can do to help this project out:

Running Alpha Builds

This project is under HEAVY construction, but you can still run alpha builds to help test things out or just see how things are going. Check out the project's milestones to see how things are progressing.

  • Make sure you have Java installed (use windows (http://java.com/en/download/manual.jsp) builds)
  • Download the latest release of the HearthStats.net Uploader
  • Extract the downloaded zip file to any directory
  • Log into the HearthStats.net Beta Site
  • If you play constructed, go to Decks > Active Decks and set your decks there to match the layout you have in game
  • Find your userkey on your profile page
  • Edit config.ini, replace your_userkey_here with the string you found in the previous step, and save the file
  • Run the HearthStatsUploader.jar
  • A window should open called "HearthStats.net Uploader"
  • Start your Hearthstone client and put it in windowed mode (see issue #17)
  • Look for notifications in the bottom right of your screen that indicate event detection
  • Report any issues you find

Known Issues

  • Game must be running in windowed mode for now (see issue #17)
  • Only supports Windows at the moment
  • There is currently little configuration interface
  • Minimizing Hearthstone completely freezes the uploader (see issue #67)

Please see the full list of known issues as well.