Skip to main content

Query and analyze data from leetcode

Project description

LeetQuery

PyPI version Test Downloads

A library for retriving Human Resource information from Leetcode.

Install

    pip install leetquery

Usage

Retrieving User Submissions

Just enter user name and limit of query!

from leetquery.user import get_submissions

submissions = get_submissions(username="syhaung", limit=12)

return value:

["question1", "question2", ...]

Retrieving Problem Discription

Just enter probelm nameSlug and voila~~

from leetquery.problem import get_discription

submissions = get_discription(problemname="two-sum")

return value:

<p>Given an array of integers <code>nums</code>&nbsp;and an integer <code>target</code>, return <em>indices of the two numbers such that they add up to <code>target</code></em>.</p>
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leetquery-0.2.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

leetquery-0.2.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file leetquery-0.2.0.tar.gz.

File metadata

  • Download URL: leetquery-0.2.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for leetquery-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6d98ab64dfaa5ae77bf487469e767c07513ee174d74f3ca60034bc9fad331d15
MD5 838aa319ca373fa2cc5207ac4f48c1ed
BLAKE2b-256 20657f1e9e8344b10038c778e0079dd593c945753d0f6acccd7a4cf55746fa21

See more details on using hashes here.

File details

Details for the file leetquery-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: leetquery-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for leetquery-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7870012253764e860f142cb727e1f93bd2012638ea754565dfb89b4e422a07d4
MD5 0fa63d3a90a785fae288b76e57ac36ea
BLAKE2b-256 d0455c9d9163a37ca468515b8d4b5e243bfdf01026e84bf8941f163af75ef6d0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page