Get data from overwolf app and save it into mysql db

how to get data from overwolf apis and save it into mysql db

Hi, and thanks for the feedback.

We will check the issue and we will update you here.

Thanks.

Hey @monzer,

First off, apologies for the long delay in response. September is a month that is full of holidays for us, so our availability was somewhat limited.

OW is a client-side software - so after you get the data from the game that runs locally on the user’s computer, you can:

  1. Save it locally in several ways. Depends on your scenario and requirements.
  2. Save it remotely - You send the data to a remote location through some APIs (same as you can do in web apps/sites). And do whatever you want with the info in your server.

I hope that now it’s clearer.

Thanks