Hello! I need a lightweight software that will work on a PC for analyzing football matches and alerting when certain conditions are met.
From the website http://167.71.255.125/#/dashboard/soccer/live in live mode, only matches where the value of "Alg.1" in the "Handicap" column is greater than 0.3 (or -0.3) before the start of the match, that is, before "1 0-0", are taken for analysis.
The second condition for alerting this match is that the outsider must score the first goal within the first half (only the first half is analyzed, the second half is not needed). If the favorite scores the first goal, the match is skipped. The favorite and the outsider can be determined by the Handicap column, if the value is negative then the favorite is the first team, we wait if the second team scores, if the value is positive then the second team is the favorite, we wait if the first team scores.
When the specified conditions are met, a window with a sound notification should pop up with a link to the match.
It is desirable for the software to be lightweight and work without consuming a lot of PC resources.
Example match: http://167.71.255.125/#/dashboard/soccer/game/8333498.
The value of "Alg.1" in the column in the middle of the "Handicap" before the start of the match is greater than 0.3 (from 0.32 to 0.8), there should be at least one line with a value of 0.3 or -0.3 and above. Next to the "Handicap" column before the start of the match (start of the match 19:34:07), a value with a minus sign means that the favorite is the first team, so we wait if the second team scores, which happened in the 3rd minute of the match.
"3 0-1 1.85 -1 1.95 0.18 19:36:34"
and as soon as this goal was scored, the software should make a notification (a window with a sound notification) with a link to this game within 1 minute after the first goal was scored. Analysis only until the first goal of the first half.