https://github.com/axsk/hotscrap
parse hotslogs data to assist in picking
https://github.com/axsk/hotscrap
clojure data-analysis scraper
Last synced: 11 months ago
JSON representation
parse hotslogs data to assist in picking
- Host: GitHub
- URL: https://github.com/axsk/hotscrap
- Owner: axsk
- Created: 2015-08-09T10:16:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T12:12:48.000Z (over 10 years ago)
- Last Synced: 2024-03-24T06:10:17.195Z (almost 2 years ago)
- Topics: clojure, data-analysis, scraper
- Language: Clojure
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hotscrap
A script to scrap the hotslogs data and use that to assist in the picking phase.
## Draft of the counter function
1. Given a list of heroes sum over the specific counter values (obtained via "Win Rate vs Other Heroes") against each of that hero.
2. Given a specific map, multiply that result with the map factor for each hero (obtained by comparing the overall win statistics with the map specific ones).
3. Given a specific playerid, multiply that result with the player factor for each hero (obtained by comparing the overall win statistics with the user ones).
## Roadmap
* Allow reading in picks via screenshot (possible?)
* Analyze tuples of heroes
* Analyze classes (composition winrates, composition counters)