Currently, I manually input relevant in-game information such as Paragon, Greater Rift, Gold, Damage, etc into an Excel sheet that I use for keeping track of my daily progress.
I would, I believe, be far easier and efficient if I could write an app in Delphi that can access all the relevant data for any particular hero, and can then export said information into Excel.
Processing the JSON returned by API calls isn’t an issue. However, I am unable to locate any components or libraries for RAD Studio Delphi that can handle the OAuth requirements.
Does anyone have any recommendations for me?