Skip to content
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: Adding a scraping module for Formula1 #882

Closed
3 tasks done
coldn00dles opened this issue May 10, 2024 · 3 comments
Closed
3 tasks done

Feat: Adding a scraping module for Formula1 #882

coldn00dles opened this issue May 10, 2024 · 3 comments
Assignees
Labels
gssoc GSSoC 2024

Comments

@coldn00dles
Copy link

coldn00dles commented May 10, 2024

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

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'24 contributor
  • I want to work on this issue
@kumargautam02
Copy link

@coldn00dles Please assign this to me, Gssoc-24

@coldn00dles
Copy link
Author

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

@nikhil25803
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC 2024
Projects
None yet
Development

No branches or pull requests

3 participants