Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Python Wrapper Python Library

A Python wrapper for the Alfa LeetCode API, providing endpoints to retrieve user profiles, badges, solved problems, and more.

Features

  • Fetch user profile, badges, solved problems, and contest details.
  • Query problems with filters (tags, difficulty).
  • Retrieve trending discussions and daily questions.

Installation

Install using pip:

pip install leetcode-api-wrapper

Usage

from LeetcodeWrapper import leetcode_Wrapper

api = leetcode_Wrapper("test_user")

# Get profile details
profile = api.get_profile()
print(profile)

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Python library for Leetcode API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages