Skip to content
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

Automatically sync leetcode submissions to this repo #1

Open
ajmedeio opened this issue Mar 17, 2024 · 0 comments
Open

Automatically sync leetcode submissions to this repo #1

ajmedeio opened this issue Mar 17, 2024 · 0 comments

Comments

@ajmedeio
Copy link
Owner

Create a cron job that updates this repo nightly around 11pm UTC with all the submissions from the current day.

We can borrow pieces from the leetcode-github-sync project to get the submissions.

Also see leetcode.com/api/submissions although this is a seemingly different api than the one seen on the leetcode-github-sync project.

This project should be able to make commits against itself and then it won't need to bother getting a github access token and suches.

Essentially all it needs to do is: make a call to leetcode for the most recent submissions. push those submissions to the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant