You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best way would be to fetch all the question details by one query, but leetcode-cli does not provide such functionality.
A workaround would be to trigger leetcode-cli show <id> -x concurrently, but I don't know its cost and whether it is abuse...If you're of enough interest, you could take a stab at a PR to implement it.
Besides, there are plans to migrate from leetcode-cli to an independent library recently, maybe this functionality could be well implemented there.
🚀 Feature Proposal
Cache all the questions.
Motivation
Cache all the questions so we can work on these questions offline.
Contribution
I can help to analyze the request in order to build web scraper
The text was updated successfully, but these errors were encountered: