LeetCode Problem Fetcher API for Obsidian.
- Fetch specific LeetCode problems by url or slug.
- Fetch daily LeetCode problems.
- [TODO] Other apis.
- Clone the repository.
- Install the dependencies with
pip install -r requirements.txt
. - Run
python run.py
.
Get full list of endpoints via
/docs
.
Endpoint | Method | Description |
---|---|---|
/problem/select |
GET | Get details about a spiecific question. |
/problem/daily |
GET | Get the daily question. |