V
V
Vetal Matitskiy2016-03-21 20:11:24
Python
Vetal Matitskiy, 2016-03-21 20:11:24

What python3 library do you recommend for working with github api?

Good day dear gurus. I want to write a small application in python to build an advanced repositories rating on github. The site offers about 8 different libraries and there is no additional information to choose the most suitable one, and time is limited as always.
Can someone tell me from practical experience which of the libraries works fine and has sane documentation?
Google and Yandex cannot tell in terms of the rating of these libraries and there are no reviews on this topic

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Yeletsky, 2016-03-22
@Tiendil

I suspect all these libraries are hosted on github. Look at the size of the community (by stars, forks). Which one has more, take that one.

S
STALKER_2010, 2016-03-31
@STALKER_2010

I used sigmavirus24/github3.py to get a list of starred repos, get info, cloning addresses for each, and then clone those repos. It was convenient, but be careful, there is a request limit, you can quickly exhaust it, I advise you to make intervals between requests.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question