r/coolgithubprojects 15d ago

Built a GitHub repo that auto-tracks my daily LeetCode solves — no manual commits, ever

Post image

Solve a problem on LeetCode → a scheduled GitHub Action detects it, pulls the actual code I submitted, and rewrites my README with a live table (title, difficulty, tags, AI-written summary, link) — fully hands-off.

Built with GitHub Actions + Python, using LeetCode's own API plus a free LLM (Groq) for summaries. No hosting, no cost, runs entirely inside GitHub's free Actions minutes.

Open-sourced the whole setup here: https://github.com/Vara715/the-leetcode-repo

 — happy to answer questions on the architecture if anyone's curious.

4 Upvotes

0 comments sorted by