Skip to content

HeroesReplay/HeroesProfile.Uploader

 
 

Repository files navigation

Heroesprofile.Uploader Join Discord Chat

Uploads Heroes of the Storm replays to heroesprofile.com (repo link)

Installation

  • Requires .NET Framework 4.6.2 or higher
  • Download "HeroesProfileUploaderSetup.exe" from Releases page (you don't need to download other files listed there) and run it

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 "Heroesprofile.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 Heroesprofile.Uploader.Common to make UI project as thin as possible. Heroesprofile.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