Metadata-Version: 2.1
Name: leetcode-api
Version: 0.5.4
Summary: leetcode api
Home-page: https://github.com/vansin/leetcode_api
Author: msnode
Author-email: msnode@163.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# leetcode_api

```shell
git clone https://github.com/vansin/leetcode_api.git
```

## 运行demo

```shell
pip install pandas
python demo.py
```

到demo.py
```python 
from leetcode_api import *
# recentSubmissions = get_user_info('leetcode_name')
recentSubmissions = get_user_info('vansin')
```

![](https://moonstarimg.oss-cn-hangzhou.aliyuncs.com/picgo_img/20210807161346.png)

