mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 10:35:53 +03:00
[GH-ISSUE #195] [FBref] Scrape match logs #45
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kalaweksh on GitHub (Mar 28, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/195
Being able to scrape individual match logs could help users calculate stats for teams at any point in a season.
This could potentially be extended to player stats by also scraping each match's report.
@probberechts commented on GitHub (Mar 28, 2023):
Isn't this alread covered by
fbref.read_player_match_stats?@Kalaweksh commented on GitHub (Mar 28, 2023):
Sorry for the confusing issue title/desc. I really meant scraping match logs for team seasons, such as the table in this page
fbref.read_player_match_statsonly covers a single match and requires its match_id, which can make it inconvenient for users to scrape match logs for entire seasons and multiple teams.