Skip to content

Instantly share code, notes, and snippets.

@elgehelge
elgehelge / README.md
Created June 19, 2023 08:30
List Github repository contributors according to most stale branches, most branches and most pull requests.

Github Scoreboard (List contributors according to most stale branches)

List Github repository contributors according to most stale branches, most branches and most pull requests.

                     Stale Branches  Branches  Pull Requests
User                                                    
🥇 CodeWizarddd                   3        11              2
🥈 ByteMaster42                   3         7              0
🥉 git-ninja-2000 1 3 1
@elgehelge
elgehelge / github_scoreboard.py
Created March 1, 2024 13:44
Produce GitHub "scoreboard" highlighting users with many stale branches and pull requests
import os
from collections import defaultdict
from datetime import datetime
from datetime import timedelta
import pandas as pd
from github import Github
from tqdm import tqdm
# Replace 'YOUR_GITHUB_TOKEN' with your actual GitHub token