Skip to content

Releases: Omkumar2003/LeetcodeAutomater

Assets

22 Oct 07:53

Choose a tag to compare

LeetCode Automater — Complete Release

This release includes both the Chrome Extension and the Executable for the LeetCode Automater project.
Together, they allow you to automatically interact with LeetCode using your secure merge token.


🧩 Chrome Extension — LeetCode Token Viewer

🔐 Purpose:
The Chrome extension helps you quickly grab your Merge Token (a combination of your LEETCODE_SESSION and csrftoken cookies) for use with the LeetCode Automater executable.

🔧 Installation

Option 1: Manual Installation from GitHub

  1. Download the latest release .zip file from Assets below.
  2. Extract the .zip.
  3. Open Chrome and go to: chrome://extensions.
  4. Enable Developer Mode (toggle at top right).
  5. Click Load unpacked.
  6. Select the extracted folder.
  7. Done! 🎉

🧪 How to Use

  1. Make sure you're logged into leetcode.com.
  2. Click the LeetCode Token Viewer icon in Chrome.
  3. You’ll see your Merge Token displayed.
  4. Click Copy Merge Token to copy it to your clipboard.
  5. Run the executable (LeetcodeAutomater.exe) or the source file (ok.js).
  6. When prompted, paste your Merge Token.
  7. Done! 🎯

⚙️ Executable — LeetCode Automater

This executable runs the core functionality of the LeetCode Automater project.

⚠️ Important: You must have the LeetCode Token Viewer installed and use the Merge Token it provides.

🧰 How to Create the Executable Yourself (Optional)

If you'd like to build the executable manually:

npm install -g pkg
pkg ok.js --targets node18-win-x64

This is exactly how the provided executable was created.

▶️ Usage

  1. Download the Executable (LeetcodeAutomater.exe) from the release assets.
  2. Run it.
  3. Paste the Merge Token obtained from the Chrome Extension when prompted.
  4. Enjoy automated LeetCode operations! 💻

📦 Included Assets

| File                      | Description                                                 |
|---------------------------|-------------------------------------------------------------|
| LeetCode-Token-Viewer.zip | Chrome extension for fetching your LeetCode Merge Token     |
| LeetcodeAutomater.exe     | Executable for automating LeetCode actions using your token |

🧠 Notes
Make sure your token is valid and not expired.