-
Currently, the application fetches Codeforces contests via a REST API endpoint. To broaden the scope and enrich user experience, this issue involves extending the API endpoint to also retrieve Codefor…
-
Recently, it seems TLE has been consuming quite a lot of memory and the kernel kills it every 1 to 2 days.
I'm running the bot on a Standard DigitalOcenan's Ubuntu Droplet with the following specif…
dgcnz updated
4 years ago
-
### Description
- Allow the user to enter his/her handle and fetch the profiles through APIs.
- Store relevant data from the API to the database of the user. (create necessary schemas)
- Most relev…
-
Cannot currently fetch any contests.
-
I would love to design a contest tracker for competitive programming which can show all contests on Codeforces, Leetcode and Codechef within a specific deadline. Would need to use Web Scraping and Cod…
-
Currently if the codeforces API gives status which is not "OK", then it retries, assuming that max API limit is exceeded. But status could be not "OK", even if handle is invalid.
https://github.com…
-
Create a new Route to get Codeforces Contest Submissions
`/contest/codeforces/{handle}/{contestId}/submissions`
Return contest Object with Submissions of that contest.
The same dictionary th…
-
Hey @wasim7raja10 , On running the HTML file & entering the user handle, no data is shown. Can you tell me if I did something wrong or the data part is not fixed.
-
You may refer to what I've done for displaying rating_update data.
The steps that you need to take are :
- models.py create new model `CodeforcesUserSubmission` which should be similar to `Codefor…
-
**Make a Contest List Page**
- use ChatGpt/youtube/google to make this page
- use (leetcode, codeforces, atcoder, gfg, codechef) contest api
- using these api, make a page where user can see all …