https://github.com/ckolderup/pathaleon
Hearthstone data analysis
https://github.com/ckolderup/pathaleon
Last synced: 3 months ago
JSON representation
Hearthstone data analysis
- Host: GitHub
- URL: https://github.com/ckolderup/pathaleon
- Owner: ckolderup
- Created: 2015-02-25T06:09:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T06:09:49.000Z (almost 11 years ago)
- Last Synced: 2025-01-08T13:56:08.679Z (about 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.rb
Awesome Lists containing this project
README
## Pathaleon
This is a tool to do analysis on Hearthstone stats!
Just kind of sketching stuff out right now; all this does is download and parse data from the Trackobot API given your API username & token.
More documentation will be available once this actually does something useful; my initial goal is to be able to get the same kind of information I get from the Trackobot website for any given ranked season since right now it only has stats for "all-time", "last 24 hours", "last 3 days", and "current month".
Beyond that I'd be interested in adding some more meaningful statistical analysis, for example matchup breakdown would probably be good-- knowing which decks always win/lose to other decks would be useful whereas the aggregate stats "vs (a deck)" is not really helpful. I'd also consider adding the ability to pull data from other stats trackers if someone else needed it for this to be useful.