-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add support for codechef Problem URL #43
Comments
Can I work on this issue? |
Go ahead, if you need any help hmu on discord. |
Sure |
Hi, |
Yes, @starkkumarkk1611 CodeChef does not have a public API that gives us access to question, we need to make a get request to the problem page, parse the HTML and select only those div which encloses the questions. You can look at how its implemented here in caucus-server. We use cheerio.js for parsing and traversing the dom elements |
Thanks I will give my to implement this feature |
@starkkumarkk1611 If you haven't started coding this, maybe take a similar issue #52, which adds the feature to load cses problems instead of this one as @ujju20 is also working on this. |
thanks I will work on issue #52, |
Requirement
Currently, Caucus only supports codeforces and atcoder links, but it would be great to add support for CodeChef links.
Also, some UI changes in the front-end, to tell the user that we support CodeChef links.
Files to be modified
The text was updated successfully, but these errors were encountered: