scrape-up icon indicating copy to clipboard operation
scrape-up copied to clipboard

Feat: Scraping Data for Football in the past 10 years

Open Soubeer opened this issue 1 year ago • 1 comments

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

image

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

Soubeer avatar May 12 '24 05:05 Soubeer

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 👨‍💻

nikhil25803 avatar May 12 '24 08:05 nikhil25803