scrape-up
scrape-up copied to clipboard
Feat: Scraping Data for Football in the past 10 years
Describe the feature
This scraping idea can collect all data of football matches from the past 10 years of different teams in one place according to their distribution. This can be useful for people who want to take a collective look at the data or score of the matches or teams in different matches or leagues and also for those who want to work around with that data to create or analyze it for more information.
The screenshot below shows the part of the website to be used for scraping, and it contains enough data to be used for the purpose and gather potential information.
Add ScreenShots
Record
- [X] I agree to follow this project's Code of Conduct
- [X] I'm a GSSoC'24 contributor
- [X] I want to work on this issue
Go ahead @Soubeer
Note
- Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
- Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
- Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.
All the best 👨💻