-
Notifications
You must be signed in to change notification settings - Fork 50
too confusing to use #24
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
Comments
Hi @ChocoTonic! Thanks for your feedback, but can you actually give more details on what exactly is missing? I tried to use the existing guide https://github.com/prius/leetcode-anki#installation And it worked without modifications
The only problem is that sometimes leetcode API returns a 503 error (service unreachable), but this is not related to this application, you have to just retry. |
your response was perfect and I got it working on my Linux machine. You should include what you have up there in your installation instructions it would have been helpful to know what OS this was made for. I also noticed that the frequency field is broken and will always show 0 for every question. I was also wondering if there is per question company data available since it's available in the Visual Studio Code leetcode extension for free or the information was scraped from a premium account |
I am using windows system, and after git clone and set up the environment using the following commands, I am stuck on the export session Id, I don't know what I should input for a leetcode_session_id...
|
I see. I obviously didn't test it for Windows. I have no idea if environment variables there exist. I will test this evening. If they don't then the cookie can be passed via arguments to the script, which is not implemented yet. |
Thanks, looking forward to your testing in windows and updated document ! |
Added more information on how to use the generator and prerequisites
I have added a bit more documentation d3a141c With regards to running it on Windows, I spent 40 minutes trying to figure out how to install git, virtualenv, and other stuff there without much luck. My Windows programming knowledge is very limited, so I stopped at this point, as I can't invest so much time into that. If somebody is willing to help with the steps to get it working on Windows, I definitely wouldn't mind. I found that in order to set an environment variable on Windows you need to use |
Thanks, currently hard to make it work. Will test other time to see. |
I spent half an hour trying to get it to work on Windows and gave up. not worth the effort to try to get it to work there when it works easily on Linux |
@prius thanks for a great project I did this to get it running on Windows I had git and python 3.8+ already installed. git clone https://github.com/prius/leetcode-anki |
can you make more documentation on how to actually use this?
The text was updated successfully, but these errors were encountered: