scrape-up
scrape-up copied to clipboard
Feat: I would like to add codeforces contest schedule and data
Describe the feature
Right now, the existing codeforces folder only has user.py which gives user data. However most people would prefer to know contest data: upcoming, live or past. While a few have raised issues regarding codechef or gfg, no one has raised this about codeforces. I have worked on a similar feature and I can implement it under gssoc'24. Thanks
Add ScreenShots
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
@nikhil25803 could you please assign the issue to me
Go ahead @kart2004
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 👨💻