10 lines
502 B
Markdown
10 lines
502 B
Markdown
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]
|
|
```
|