-
Notifications
You must be signed in to change notification settings - Fork 59
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
feature : list of Top Coder #16
Comments
Well, codechef removed its APIs from public access some time back. However, if you're still adamant, you can inspect the ratings page and observe the APIs it hits. One interesting API is https://www.codechef.com/api/ratings/all?sortBy=global_rank&order=asc&page=1&itemsPerPage=20 but it requires
Here's a Python snippet:
@Abhijeet-AR can decide if we want to add/provide this functionality as a part of this repository. |
Another method is parsing html table on this page https://www.codechef.com/ratings/all. I, personally, don't like this method though. |
That's a really good solution. This repo is to provide user details of competitive coding platforms through an API. But top coders list doesn't fit in the profile. But I'm open to pivot and add more features like this. What are your thoughts @saurabh-prakash? Should we add it as a feature? |
Depends on demand. If there is not enough demand for this feature, there's always an overhead cost of maintenance. Let's keep this issue open and observe the number of +1s we get for this feature. We'll take a call (on whether to add or not) at a later date. |
Sounds good 🙂 |
+1 |
any API to get top coder list from Codechef
The text was updated successfully, but these errors were encountered: