fspv / leetcode-anki

Anki cards generator for Leetcode
MIT License
297 stars 44 forks source link

Investigate a possibility to issue batch requests to leetcode #12

Closed fspv closed 2 years ago

fspv commented 2 years ago

It is possible to issue batch requests to the leetcode API. The current method is super slow. There are graphql queries that allow you to fetch many problems at once. But they should be implemented in the python-leetcode library first.

fspv commented 2 years ago

Added here https://github.com/prius/leetcode-anki/pull/21