Skip to content

cabelitos/DotaMetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dota Metrics

This project aims to statistically report which hero combination has the chance to win.

Depends on

Qt5 [version 5.4]

Setup

cmake . && make

If cmake didn't find Qt5 libs, try the following:

cmake . DCMAKE_PREFIX_PATH=/Path/To/Qt5 && make

Running

Right now, the Crawler will collect data from the latest 500 matches every 5 minutes. The data collected will reside at a SQLite databse called dota_metrics.db inside the "res" folder

./dota_metrics YourSteamApiKey

About

This project aims to statistically report which hero combination has the chance to win

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published