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

Feat: Adding a scraping module for Formula1

Open coldn00dles opened this issue 1 year ago • 3 comments

Describe the feature

The goal is to make data about Formula 1 accessible by having two routes :

  1. One can get information regarding teams by just typing the team name. Relevant data such as championships won, drivers, total podiums for the team etc. can get extracted (from the official Formula 1 Website)
  2. Statistics about individual drivers can also be obtained through another route (using the website www.statsf1.com/)

Add ScreenShots

  1. For Teams s1
  2. For Drivers s2

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

coldn00dles avatar May 10 '24 18:05 coldn00dles

@coldn00dles Please assign this to me, Gssoc-24

kumargautam02 avatar May 10 '24 23:05 kumargautam02

@nikhil25803 kindly respond in the event that I need to start work.

coldn00dles avatar May 11 '24 11:05 coldn00dles

Go ahead @coldn00dles

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