An open API service indexing awesome lists of open source software.

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

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]
```