Raj Patel
Raj Patel
Hey @raja-d : Approved your access.
@dbads It's not ready yet
Basically if you have a look at the code, at present email body is hardcoded as Python strings. In a way it is probably a decent way, but just have...
New proposed schema: | auth_user | | --- | | first_name | | last_name | | email | | password | | institute | | **_referrer(ref auth_user)_** | | **_codechef_handle(ref...
yeah just in case if they support something similar to this, don't want to get a completely different graph here
Hey @namanbiyani : Sorry for the late reply, was stuck with a few things. **The overview:** We have daily submission retrieval script which fetches submissions from every site. After this...
@lavishsaluja you can raise a PR directly with the required changes :)
Hey @PriyalsantoshJain you can take this up if Leetcode supports public submissions page or an API. Don't think this can be picked until then
Hey @manoharreddyporeddy @ShriyasnhAgarwl We need to get "ALL" the submissions given a handle of the user. If you're logged in to Leetcode, try opening this page - https://leetcode.com/submissions/#/1. The same...
Hey @manoharreddyporeddy, Thank you for your detailed inputs > API for public Recent Accepted Submissions are below I did check this API. The problem with this is only "Accepted" submissions....