mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-20 00:08:10 +00:00
Summary: This tool grabs all the information that we think will be relevant for a first-pass implementation of the SourceCred project graph. It includes a tool to save the results to disk so that we avoid needlessly hitting the GitHub API over and over. Paired with @dandelionmane. Test Plan: The API doesn’t have tests, because we didn’t think that they would provide much marginal value. But here’s how you invoke it: node bin/fetchAndPrintGitHubRepo.js sourcecred sourcecred "${TOKEN}" >/tmp/out to crawl the repository `sourcecred/sourcecred` with the given API token. wchargin-branch: grab-github-data