Analyze the repositories and branches of a GitHub user
{
"username": "YOUR_USERNAME_HERE",
"github_access_token": "YOUR_GITHUB_ACCESS_TOKEN_HERE",
"branch_search_pattern": "BRANCH_NAME_REGEX_PATTERN_HERE",
"max_repos_to_download": 300
}
Your GitHub username
The access token from GitHub with access to repositories
The search pattern for repositories containing a branch name matching the pattern
The maximum number of repositories to fetch information for (this can prevent exceeding the rate limit too quickly)
python main.py
python find_branches_by_regex.py