Leetcode To Github Sync
View on Chrome Web StoreChrome will indicate if you already have this installed.
Overview
🚀 LEETLINK
LeetLink is the ultimate tool for developers preparing for coding interviews. It automatically syncs your LeetCode solutions to a GitHub repository with a single click.
✨ KEY FEATURES:
🚀 One-Click Push: Seamlessly push your code to GitHub directly from the LeetCode interface.
🤖 Auto-Push Mode: Automatically syncs your solution when you get an "Accepted" status.(under Review)
🧠 Smart Language Detection: Accurately detects the programming language used in the editor.
📁 Organized Portfolio: Saves files in a structured format (e.g., "1. Two Sum/1. Two Sum.py") for easy browsing.
📊 Dynamic README: Automatically generates and updates a README.md table of contents with your solved problems, difficulty, and links.
🔒SAFE & SECURE✅:
LeetLink stores your GitHub Personal Access Token locally on your browser. No data is ever sent to external servers.
📥 INSTALLATION
1. Download the extension.
2. Pin it to your browser toolbar for easy access.
⚙️ CONFIGURATION
To allow LeetLink to push code to your repository, you need to provide a GitHub Personal Access Token (PAT).
🔑 HOW TO GENERATE A GITHUB TOKEN
You can generate a token using either method below:
OPTION A: FINE-GRAINED TOKEN (Recommended 🛡️)
This method allows you to restrict the token to specific repositories only.
1. Log in to GitHub.com.
2. Click your profile photo (top-right) and select "Settings".
3. Scroll to the bottom-left sidebar and click "Developer settings".
4. Select "Personal access tokens" > "Fine-grained tokens".
5. Click "Generate new token".
6. Token Name: Give it a name (e.g., LeetLink-Access).
7. Repository access: Select "Only select repositories" and choose your target repo.
8. Permissions: Click "Repository permissions". Find "Contents" and change it to "Read and Write".
9. Click "Generate token" and copy the string immediately.
OPTION B: CLASSIC TOKEN (Easier Setup ⚡)
This method is simpler but grants broader access.
1. Go to GitHub Settings > Developer settings.
2. Select "Personal access tokens" > "Tokens (classic)".
3. Click "Generate new token (classic)".
4. Expiration: Choose an expiration date (e.g., 90 days).
5. Select Scopes: Check the "repo" box (this gives full control of private repositories).
6. Click "Generate token" and copy the string immediately.
🔐SECURITY iNFORMATION
Treat your access token like a password. Never share it. LeetLink stores this token locally in your browser to communicate securely with GitHub.
✅ USAGE
1. Open a LeetCode problem.
2. Click the LeetLink extension icon.
3. Enter your GitHub Username, Repository Name, and the Access Token.
4. Solve the problem and submit! Your solution will automatically sync to GitHub.
Perfect for building your coding portfolio effortlessly while you practice!
Tags
Privacy Practices
🔐 Security Analysis
⏳ Security scan is queued. Check back soon.