Go to file
matt cb5f198692 add neetcode solutions 2023-07-28 08:14:11 -07:00
data add neetcode solutions 2023-07-28 08:14:11 -07:00
dist add cli. add pdf export. add solutions. 2023-07-28 08:05:36 -07:00
src add cli. add pdf export. add solutions. 2023-07-28 08:05:36 -07:00
.gitignore add cli. add pdf export. add solutions. 2023-07-28 08:05:36 -07:00
Makefile add cli. add pdf export. add solutions. 2023-07-28 08:05:36 -07:00
README.md Initial commit 2022-05-17 20:12:19 +01:00
requirements.txt add cli. add pdf export. add solutions. 2023-07-28 08:05:36 -07:00

README.md

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]