All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

LeetcodeWrapped: GitHub Project for Leetcode Year-in-Review Analytics

By

collinboler2

5mo ago· 2 min readenCode

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 pulled
a '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
Snippet from the RSS feed
See your leetcode year in review! Contribute to collinboler/leetcodewrapped development by creating an account on GitHub.

You might also wanna read