ContriHUB / E-CP

A CLI tool with a variety of features to help in practicing competitive programming problems
0 stars 14 forks source link

Added codechef scraper #32

Closed utkarsh1236 closed 2 years ago

utkarsh1236 commented 2 years ago

Added a CodeChef Scraper using Selenium. Application automatically determines which scraper to use (CF or CC) based on the URL provided.

Following is a screenshot showing the input file after scraping a problem from CodeChef:

Screenshot from 2022-10-24 12-26-23

akstron commented 2 years ago

Try to brief about various parts of the code which you changed in comment, whenever you raise a pull request.

utkarsh1236 commented 2 years ago

Thanks for the feedback @akstron !

Following are the changes that I made: