Initial commit

This commit is contained in:
Pavel Safronov
2022-05-17 20:12:19 +01:00
commit 621fc95755
3 changed files with 265 additions and 0 deletions
+9
View File
@@ -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]
```