https://github.com/cabelitos/dotametrics
This project aims to statistically report which hero combination has the chance to win
https://github.com/cabelitos/dotametrics
Last synced: about 1 month ago
JSON representation
This project aims to statistically report which hero combination has the chance to win
- Host: GitHub
- URL: https://github.com/cabelitos/dotametrics
- Owner: cabelitos
- Created: 2014-12-24T02:42:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T20:40:48.000Z (about 11 years ago)
- Last Synced: 2025-11-11T01:18:12.724Z (9 months ago)
- Language: C++
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dota Metrics
===========
This project aims to statistically report which hero combination has the chance to win.
Depends on
----------
[Qt5](http://qt-project.org/) [version 5.4]
Setup
----------
```shell
cmake . && make
```
If cmake didn't find Qt5 libs, try the following:
```shell
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
```shell
./dota_metrics YourSteamApiKey
```