geramirez/GitHub Graph Data Collector
Collects GitHub organization data and saves it to a CSV file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 4, 2026
- License
- MIT
Pinned Snippet
uses: geramirez/gh-graph-explorer@b74d2077bd08e2817eb7a294644c6c1a8a8308d6 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with read access to orgs | yes | — |
| orgs_file | Path to the JSON file containing organization information | yes | orgs.json |
| since_iso | Start date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS) | no | — |
| until_iso | End date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS) | no | — |
| output_file | Output file path for CSV | no | github_data.csv |
| commit_message | Commit message for the CSV file update | no | Update GitHub organization data |
Outputs
no outputs