Skip to content

Multi-thread API calls to Leetcode #217

Closed as not planned
Closed as not planned
@seanprashad

Description

@seanprashad

With

response = api_instance.graphql_post(body=graphql_request).to_dict()
, we're able to programatically retrieve question metadata in a sequential manner using Leetcode's API.

It would be great if we were to perform these calls asynchronously in order to speed up the script (which takes ~20-30 seconds right now).

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions