Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh0ckj0ckey/Dotahold
💎 Dotahold - A third-party Dota2 statistics app powered by OpenDota.
https://github.com/sh0ckj0ckey/Dotahold
dota2 opendota uwp
Last synced: 3 days ago
JSON representation
💎 Dotahold - A third-party Dota2 statistics app powered by OpenDota.
- Host: GitHub
- URL: https://github.com/sh0ckj0ckey/Dotahold
- Owner: sh0ckj0ckey
- License: mpl-2.0
- Created: 2020-09-29T15:15:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T13:35:06.000Z (4 months ago)
- Last Synced: 2024-08-02T06:12:10.850Z (3 months ago)
- Topics: dota2, opendota, uwp
- Language: C#
- Homepage:
- Size: 76.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WinUI-3-Apps-List - Dotahold
README
## Dotahold — Dota 2 Statistics powered by OpenDota
### OpenDota
> OpenDota is a volunteer-developed, open source platform providing Dota 2 data. It provides a web interface for casual users to browse through the collected data, as well as an API to allow developers to build their own applications with it.
>
> Data is collected through the Steam WebAPI, as well as replay parsing of .dem files. The replay file contains much more data than the WebAPI, at the cost of additional CPU time spent to process the file. As a result, replay parsing can only be done for a subset of the matches played, while basic data from the API is collected for every public match.This is a third party application, the match data from Steam Api and OpenDota, and the Heroes' information is from the Dota 2 official website. If you have any suggestions or violate your rights, please contact the developer [email protected].
Download from [Microsoft Store](https://www.microsoft.com/store/apps/9NSKQN4V8X94)
### Screenshots
#### Heroes List
![1.png](ASSETS/1.png)#### Hero Info
![2.png](ASSETS/2.png)#### Items
![3.png](ASSETS/3.png)#### Matches
![4.png](ASSETS/4.png)#### Match Detail
![5.png](ASSETS/5.png)### References
| Name | License | Website |
| --- | --- | --- |
| UWP Community Toolkit | [MIT License](https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md) | [github.com/Microsoft/UWPCommunityToolkit ](https://github.com/Microsoft/UWPCommunityToolkit) |
| Microsoft.UI.Xaml | [MIT License](https://github.com/microsoft/microsoft-ui-xaml/blob/main/LICENSE) | [github.com/Microsoft/microsoft-ui-xaml](https://github.com/Microsoft/microsoft-ui-xaml) |
| Json.NET | [MIT License](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) | [newtonsoft.com](https://www.newtonsoft.com/json) |
| LiveCharts2 | [MIT License](https://github.com/beto-rodriguez/LiveCharts2/blob/master/LICENSE) | [lvcharts.com](https://lvcharts.com/) |
| OpenDota | [MIT License](https://github.com/odota/core/blob/master/LICENSE) | [github.com/odota](https://github.com/odota) |2019-2023 sh0ckj0ckey.