LeetcodeWrapped: GitHub Project for Leetcode Year-in-Review Analytics
By
collinboler2
5mo ago· 2 min readenCode
75/100
Toasty
Bagelometer↗
Right out the toaster. Reliable, with some real depth.
Score75Typehow-toSentimentneutral
Summary
LeetcodeWrapped is a GitHub project that creates a Spotify Wrapped-style year-in-review for Leetcode coding journey. The tool analyzes users' Leetcode submissions and provides a visual recap of their coding progress. The project is deployed at leetcodewrapped.com and includes technical details about setup, dependencies, and limitations of the Leetcode GraphQL API which only allows querying up to 20 latest submissions for unauthenticated users. Users can bypass this limitation by providing a LEETCODE_SESSION cookie to access all their submission history.
Key quotes
· 4 pulleda 'spotify wrapped' style recap for your leetcode journey
deployed at leetcodewrapped.com
Note: The last 5 slides are not necessarily specific to 2025 because of leetcode's graphql api only allows querying up to 20 of the latest submissions from an unauthenticated user
if you pass a LEETCODE_SESSION cookie (obtained from leetcode.com, open dev tools -> application -> cookies) with your request you can query all of your accounts submissions
See your leetcode year in review! Contribute to collinboler/leetcodewrapped development by creating an account on GitHub.
