dogsheep / github-to-sqlite

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

basic support for events #65

Open khimaros opened 3 years ago

khimaros commented 3 years ago

a quick first pass at implementing the feature requested in https://github.com/dogsheep/github-to-sqlite/issues/64

testing instructions:

$ github-to-sqlite events events.db user/khimaros

if the specified user is the authenticated user, it will also include private events.

caveat: pagination appears to be broken (i don't see next in the response JSON from GitHub)

khimaros commented 3 years ago

@simonw is this PR of interest to you?

khimaros commented 1 year ago

@simonw rebased against latest, please let me know if i should drop this PR.