GitHub Collaboration Relation Extraction is a library for extracting collaboration relationships from GitHub data (e.g., issues, commits, pull requests). It provides tools to analyze and visualize contributor networks. Current version is 2.3.1, requires Python <3.12,>=3.9. Release cadence is irregular.
pip install gh-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with a GitHub token and extract relations from a repository.
Use 'from gh_core import ...'
Replace get_relations with extract_relations.
Set GITHUB_TOKEN environment variable or pass token parameter.
Authenticate with a token.
Ensure token has access to the target repository.