joshcai / leetcode-sync

GitHub Action for syncing LeetCode submissions to GitHub
293 stars 59 forks source link

Feedback to GitHub Action #34

Open himanshusuryawanshi opened 1 year ago

himanshusuryawanshi commented 1 year ago

As I was going to this repository for syncing LeetCode and GitHub, this approach for doing that is little bit difficult for the beginners who don't know more about CSRF tokens and session, cookies etc. And, also everytime if I have to push after solving the problem, I have to run workflow to push on that exact time(It runs every week though).

We can go with extension to do so:-

  1. Push the exact code inside folder(which include read.me and .cpp file)
  2. If have multiple submission, push the code in same folder with date and time of submission.
  3. Putting all the details of submission there.

Can work on this, @joshcai align with way of putting things together.

I know most of the features are from LeetHub chrome extension, but that extension is facing issue with new version of Leetcode.