medkhabt / lol_notes

Tracking own deaths in a live-game and log it to figure out the reasons for them to happen. This is just the beginning for more interesting ideas.
4 stars 2 forks source link

Detect Live game from client #63

Open medkhabt opened 1 year ago

medkhabt commented 1 year ago

For now, it is possible to get the information of a live game, but you need to "track the live game", it's like the op.gg principle for a live game, you need to send an HTTP request to see if there is a live game and get the info of it if there is one.

What I want is to detect that a game started from the client, I need to do some research and play around with the client's API.

medkhabt commented 1 year ago

I am able to detect the live game, but without using the client's API, I will keep this issue. in case i found a way to do that from the client's api [lcu]. But it is not really needed.