How to retrieve the list of all GitHub repositories of a person?

You can use the github api for this. Hitting https://api.github.com/users/USERNAME/repos will list public repositories for the user USERNAME.

Leave a Comment