metakgp / chitragupta

6 stars 1 forks source link

Pagination support #2

Open zorroblue opened 6 years ago

zorroblue commented 6 years ago

The script doesn't account for pagination, as the current number of repos in the MetaKGP can be fit in a single API query. It will be nice if we could extend the script to account for that too.

kiryteo commented 6 years ago

I would like to work on this. How to proceed.?

zorroblue commented 6 years ago

The pagination support is to be done at the point where the repos are queried. So refer to the Github API to see how to use pagination. It should be straightforward. For testing your script, you don't need to run the entire script, just use the get_all_repos function with a different organization which has a lot of repositories, like scikit-learn or facebook.