The popular Track-o-bot Hearthstone tracker offers an API to upload match results to a player's online profile. The simplest way to do it is to download a Firefox plug-in called Poster to send a proper request to the API. After installing it and opening its window, a minimal request can be compiled as follows:
- URL must be compiled to
https://trackobot.com/profile/results.json?username=YOUR_USERNAME&token=YOUR_SECRET_TOKEN
where username and token can be obtained on the API page of your online profile Settings section. - Content Type must be compiled to
application/json
. - The payload for the request must be a JSON object of the following form:
{
"result": {
"hero": "Warlock",