Skip to content

Instantly share code, notes, and snippets.

View brett-pplx's full-sized avatar

Brett Chen brett-pplx

View GitHub Profile
@brett-pplx
brett-pplx / pr_leaderboard.py
Created November 3, 2025 16:36
Python script to generate a ranked leaderboard of contributors by merged PRs for ppl-ai/agi repo over a custom date range
#!/usr/bin/env python3
"""
GitHub PR Leaderboard Generator
Generates a ranked leaderboard of contributors by merged PRs for a repository
over a custom date range.
Requirements:
pip install requests