Automated ecosystem tracking for the drzo GitHub network
Status: 🔄 Awaiting first update
This repository automatically tracks and documents the drzo GitHub ecosystem, including:
- Organizations - All organizations the user is a member of
- Repositories - Repository listings across all organizations
- Users - Followers and following relationships
- Activity - Starred repos, gists, and more
This dashboard is automatically updated every Sunday at 00:00 UTC via GitHub Actions.
You can also trigger a manual update from the Actions tab.
Once the first update runs, the following data files will be available:
data/summary.json- Overview statisticsdata/organizations.json- Organization detailsdata/repositories.json- Repository listingsdata/followers.json- Follower informationdata/following.json- Following informationdata/starred_repos.json- Starred repositoriesdata/gists.json- Gist information
The workflow uses the ECOSYSTEM_PAT secret to authenticate with the GitHub GraphQL API.
The PAT should have the following scopes:
read:org- Read organization dataread:user- Read user profile datarepo- Read repository data (for private repos)
To manually trigger an update:
- Go to the Actions tab
- Select "Update DrZo Ecosystem Listings"
- Click "Run workflow"
- Optionally enable "Perform full ecosystem scan"
- Click "Run workflow"
Powered by Git PAT Beast 🦁