scrape-up
scrape-up copied to clipboard
Feat: I would like to scrape contest page of atcoder
Describe the feature
I would like to scrape contest page of atcoder
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
Hello @nikhil25803. I would like to scrape contest page of atcoder. I am already scraping few websites and want to learn more about it. Kindly please assign this issue to me under Gssoc'2024.
@nikhil25803 could you please assign the issue to me
Go ahead @agastya3636
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 👨💻