hotsapi / Hotsapi.Uploader

Uploads Heroes of the Storm replays to hotsapi.net
MIT License
26 stars 11 forks source link

Hotsapi.Uploader Build status Join Discord Chat

Uploads Heroes of the Storm replays to hotsapi.net (repo link)

Screenshot

Installation

Note: sometimes the installer is mistakenly marked as a virus by some AV vendors heuristics because they don't like things that install something on your PC in general. If you don't trust the installer you can download a portable "HotsApi.zip" and use it instead. In that case you are losing auto updates, start with windows, and shortcuts. Also you'll need to make sure that .NET 4.6.2 is installed on your machine.

Contributing

Coding conventions are as usual for C# except braces, those are in egyptian style (OTBS). For repos included as submodules their coding style is used.

All logic is contained in Hotsapi.Uploader.Common to make UI project as thin as possible. Hotsapi.Uploader.Windows is responsible for only OS-specific tasks such as auto update, tray icon, autorun, file locations.

For the current to do list look in the Project page