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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T16:47:28.000Z (about 1 month ago)
- Last Synced: 2025-04-27T17:36:35.554Z (about 1 month ago)
- Topics: dota2, opendota, uwp
- Language: C#
- Homepage: https://apps.microsoft.com/detail/9nskqn4v8x94
- Size: 94.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ### 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 for Dota 2 statistics, 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].
---
### Screenshots
#### Heroes List
#### Hero Info
#### Items
#### Matches
#### Match Detail
### 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) |
| OpenDota | [MIT License](https://github.com/odota/core/blob/master/LICENSE) | [github.com/odota](https://github.com/odota) |