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 for importing commits #17

Closed simonw closed 4 years ago

simonw commented 4 years ago

Using this API: https://api.github.com/repos/dogsheep/github-to-sqlite/commits

simonw commented 4 years ago

I should add an option to stop the moment you see a commit you have fetched before.

simonw commented 4 years ago

By default it will stop when it sees a commit that has already been stored. You will be able to over-ride that behaviour using --all.