Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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]
|
||||
```
|
||||
Reference in New Issue
Block a user