https://github.com/hughrawlinson/github-data-scripts
Scripts to grab data about repos of interest to compare
https://github.com/hughrawlinson/github-data-scripts
data github-graphql github-repo-organizer graphql scripts typescript
Last synced: 6 months ago
JSON representation
Scripts to grab data about repos of interest to compare
- Host: GitHub
- URL: https://github.com/hughrawlinson/github-data-scripts
- Owner: hughrawlinson
- License: mit
- Created: 2021-04-22T20:15:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T21:04:11.000Z (over 4 years ago)
- Last Synced: 2025-03-21T07:28:21.106Z (10 months ago)
- Topics: data, github-graphql, github-repo-organizer, graphql, scripts, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-data-scripts
Scripts to grab data about repos of interest to compare. Compatible with [github-repo-organizer].
[github-repo-organizer]: https://github-repo-organizer.vercel.app/
## How To
Get a GitHub personal access token and save it to the `GITHUB_PERSONAL_ACCESS_TOKEN` environmental variable.
Pipe a CSV whose third field contains the quote-wrapped string of the format `{owner}/{repo}` to `batch.sh`. It will start pulling data into the `data` directory.
Use `jq` to prepare a single file with all that data in it for use in `github-repo-organizer`.