NOTE: currently this plugin only supports Standard_Ranked, and will not query for Wild, Twist, or other game modes decks.
Hearthstone has a broad 'pen and paper' policy. This plugin does not violate this policy given it is simply automating something that can be done manually (e.g. launching hsreplay on a second monitor and filtering decks by class then looking at the most popular decks for a best fit).
This project is a C# plugin for Hearthstone DeckTracker that integrates with HSReplay.net via API calls, allowing users to retrieve valuable information about the predicted opponents deck against the detected users deck archetypes.
Selenium is used to grab a session cookie to allow for user's with premium accounts on HSReplay.net to access premium stats which recquire a valid session cookie in their API calls.
WPF is used in the GUI elements.
Click To See Video Presentation
In Depth Text Explanation Here
- Download the HDT_OpponentGuesser.zip from the latest release
- Extract the HDT_OpponentGuesser.zips contents to "%AppData%\HearthstoneDeckTracker\Plugins"
- Restart HDT
- If you have any suggestions (bugfixes, improvements, additional features, etc.), please feel free to open an issue on this repo and/or reach out to me and these will be considered for future updates.
- If you would like to contribute, please feel free to open a pull request on this repo
- Developer Docs