GitHub Stars & Contributors Export to Google Sheets
This source exports stars and contributors data from the GitHub API to Google Sheets on a daily basis, in a format like this:
Output table structure
Section titled “Output table structure”date | stars | conributors |
---|---|---|
2025, Jun 1 | 40 | 14 |
2025, Jun 2 | 43 | 16 |
2025, Jun 3 | 45 | 16 |
To fetch data from private repositories, you need to generate a personal access token GitHub personal access tokens page.
Google BigQuery as storage is not implemented yet.