← Back to team overview

kicad-lib-committers team mailing list archive

Re: Fwd: Re: Library build process

 

Hi Carl,

You can also not use python to get the repo list. Curl and the github
API will do it. Have a look here
<http://jakoch.de/2012/09/24/clone-repositories-github-organization/>.


I actually tried this script before I wrote my script.
The curl method does not work here because the GitHub API output is paginated. With this method, you will only get the first 20 or so repos (see first comment on that page). What is worse is that the total page count is only available in the http response header, so no good for curl.

Regards
Johannes



Follow ups

References