LorenzoBe / LeetPlug

This is a browser extension that is able to interact with LeetCode official site. The main goal is to be able to track the activities on each problem and all the related events: submissions, time spent coding the solution, repetitions of a problem.
https://leetplug.azurewebsites.net/
GNU General Public License v3.0
101 stars 8 forks source link

Feature: Import existing solved/attempted statistics #3

Closed suramrit closed 4 years ago

suramrit commented 4 years ago

I wonder if there is a way to import existing statistics for a user onto the leetplug dashboard. It would help people keep track of their already made progress rather than starting from fresh.

suramrit commented 4 years ago

I know that theres already a cli that can do the login+get statistics for a lc user: https://skygragon.github.io/leetcode-cli/commands#stat

LorenzoBe commented 4 years ago

Wow! Thanks for pointing to the CLI, I didn't know about it! I think the maintainer has a very good connection with LeetCode and did a great job! However the important part of LeetPlug is to track how long people took to solve a problem and I don't think this is stored inside LeetCode. So the only thing that we could extract from LeetCode is maybe the list of solved questions, without any detail about when and finish time. I think it is better to wait that LeetCode will implement the LeetPlug features directly in their site, so I can close the project :D

suramrit commented 4 years ago

Im sure leetplug played a significant role in making that happen! :)