python_github_calendar_api icon indicating copy to clipboard operation
python_github_calendar_api copied to clipboard

用python获取github上的用户贡献信息,部署于vercel的api

Results 13 python_github_calendar_api issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/52020403/180415710-ddf38056-ee1b-4a07-a4a0-d450c8ef5e88.png) "The user cannot be none!"

File "./api/index.py", line 32, in do_GET data = getdata(user) File "./api/index.py", line 20, in getdata itemlist = {"date": item, "count": datacount[index]} IndexError: list index out of range