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

Added Codeforces Contest Schedule/data #1014

Merged
merged 3 commits into from
May 19, 2024

Conversation

kart2004
Copy link

@kart2004 kart2004 commented May 18, 2024

Description

I have added a function and Class for retrieving Codeforces Contest data through web scraping. The data includes the title, date and length of all ongoing and upcoming contests. I have also included the necessary comments for understanding how to use the code/function.

I have used the same format as used in the leetcode and hacker rank modules for contest data.

I have updated the dev-documentation file, and created a init.py file.

Resolves: #935

Checklist

Before submitting this pull request, kindly verify that the ensuing checkpoints have been reached.

  • Have you adhered to the repository's defined coding convention rules?
  • Have you updated the 'documentation.md' file with the method/function documentation?
  • Have you sent a message along with the result or response?
  • Have you used the try-catch technique?
  • Has the method/class been added to the documentation (md file)?

Screenshots

The main addition:

image

The final output in the format as used in other modules:

image

Followed the same format as the hacker rank module:
image
Updated the dev-documentation file:
image


I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request.

@kart2004 kart2004 changed the title Codeforces_Contests Added Codeforces Contest Schedule/data May 18, 2024
@nikhil25803 nikhil25803 merged commit e25dc52 into Clueless-Community:main May 19, 2024
@nikhil25803
Copy link
Member

Great work @kart2004 !!
Do not forget to

  • Share your contribution on socials and tag Clueless 🫂
  • Give this repository a star ✨
  • Follow Clueless Community on GitHub ✅

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

Successfully merging this pull request may close these issues.

Feat: I would like to add codeforces contest schedule and data
2 participants