dogsheep / github-to-sqlite

Save data from GitHub to a SQLite database
https://github-to-sqlite.dogsheep.net/
Apache License 2.0
405 stars 43 forks source link

Command to fetch all repos belonging to a user or organization #3

Closed simonw closed 4 years ago

simonw commented 5 years ago

How about this:

$ github-to-sqlite repos simonw
simonw commented 5 years ago

https://api.github.com/users/simonw/repos

It would be useful to be able to fetch stargazers, forks etc as well. Not sure if that should be a separate command or a --stargazers option to this command.

Probably a separate command since issues is a separate command already.

simonw commented 5 years ago

Split stargazers into #4