https://github.com/fspv/leetcode-problems-export
Simple script to download leetcode problems into a csv file
https://github.com/fspv/leetcode-problems-export
Last synced: 7 months ago
JSON representation
Simple script to download leetcode problems into a csv file
- Host: GitHub
- URL: https://github.com/fspv/leetcode-problems-export
- Owner: fspv
- Created: 2022-05-17T19:13:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T19:13:29.000Z (over 3 years ago)
- Last Synced: 2025-02-27T17:23:47.031Z (11 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple script to download leetcode problems into a csv file
```
$ export LEETCODE_SESSION_ID="xxx"
$ pip install -r requirements.txt
$ python export.py
INFO:root:Fetching 2277 problems 300 per page
62%|██████████████████████████████████████████████████████████████████████ | 1500/2400 [00:32<00:20, 44.66problem/s]
```