scrape-up
scrape-up copied to clipboard
Feat: Adding a scraping module for Formula1
Describe the feature
The goal is to make data about Formula 1 accessible by having two routes :
- 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)
- Statistics about individual drivers can also be obtained through another route (using the website www.statsf1.com/)
Add ScreenShots
- For Teams
- For Drivers
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 Please assign this to me, Gssoc-24
@nikhil25803 kindly respond in the event that I need to start work.
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 👨💻