-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add game lineups crawler #72
Conversation
Hey @LarchLiu, I've one suggestion for you, let me know what you think. Instead of enhancing the The
I see there are a couple of advantages of doing this
This was also the criteria for splitting the Let me know your thoughts. |
Yes, I think the idea you proposed is much better. 🙌 |
Sure, I understand. Well, what you implemented makes all the sense to me and I think extracting the data from the lineups tab (instead of the match sheet tab as I suggested in #59) is a great idea 😄 |
😱 OMG, successful check finnnnnally. I don't know how to write in python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Just a minor detail: could you rename the class as suggested to keep it consistent?
Great addition to the project 🚀 Are you able to merge yourself? |
No, i have no write access to this repo. |
Fix #59
This is extract from the lineups page.
Why use the lineups page to extract?
In some cases, lineups' information is presented as shown in the image below.
A Club
has no data regardingSubstitutes
and there is no data about players' positions.B Club
has no data regarding the positions of the starting lineup's players.The structure of the data:
(If there is no data regarding a club's
formation
, such as forA Club
, then use the players' position information to create data for theformation
)