This directory holds some scripts used to fetch repository data from Github and extract it in various forms. It's useful for generating a list of PRs recently merges, or a list of who has contributed, etc.
Fetching the data requires Python and some Python libraries.
To use:
- Install the dependencies using `pip3 install -r requirements.in'.
- Setup a github access token and configure github-to-sqlite to use it.
- Run
sync.sh
to fetch the data. - Run
datasette github.db
to investigate the data in a nice web-based UI (optional but sometimes handy). - Edit/run
rake
to extract the data in a specific format.