Incorrect username or password

 
28-03-2024 19:54
|
Season 89 · Week 13 · Day 87
|
Online: 4 076

Football

Football » English » Questions & Answers

Get statistics from matches!?

Badge image
I need to find a way to extract full match statistics from several games and summarize them. Maybe there is such a tool developed? I am interesting in scripting towards MZ, anyone that got some experience on this?
Regards
Philip
Views: 258 Posts: 5
 
Page 1
 
Reply
Last Message

Uuesti: Get statistics from matches!?

Badge image
For match statistics you need to parse the match statistics tables. You can probably copy/paste them into a spreadsheet program and automate somehow.

Since I don't know what matches are of interest to you and you're in a lower league, mzlive.eu might not be much use to you (yet), match statistics wise.

https://mzlive.eu/league/SE/Allsvenskan/statistics/team/season/67/

My scripts download the match statistics page and parse the numbers from there (although not in a spreadsheet program). :)

Re: Get statistics from matches!?

Badge image
First, thanks for your reply! Yes I need to parse through it somehow. I need the League matches but also friendly games/all other games. Just want to summarize statistics.

I have seen mzlive but I don't think it helps me somehow. Can you parse through it directly from the webpage and copying from say all played league matches?

Uuesti: Get statistics from matches!?

Badge image
forzabajen0 wrote:
I have seen mzlive but I don't think it helps me somehow. Can you parse through it directly from the webpage and copying from say all played league matches?


Unfortunately not - by now I’ve automated everything. It’s somehing I might think upon for the future though.

Re: Get statistics from matches!?

Badge image
And do you have tips for me write such a script? I want to
1. Parse through Full match statistics for Several games.
2. Write API for summing

Uuesti: Get statistics from matches!?

Badge image
I would take the language you're most proficient with and go from there. :)

You can download match pages via cURL and parse them with PHP, Perl, NodeJS etc.
 
Page 1