Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/art2url/solve-sync
🧩 SolveSync: Automate Solution Uploads to GitHub
https://github.com/art2url/solve-sync
automatically-push chrome-extension chrome-extension-api chromeextension github leetcode leetcode-solutions oauth
Last synced: 2 days ago
JSON representation
🧩 SolveSync: Automate Solution Uploads to GitHub
- Host: GitHub
- URL: https://github.com/art2url/solve-sync
- Owner: art2url
- License: mit
- Created: 2025-01-28T13:48:08.000Z (14 days ago)
- Default Branch: develop
- Last Pushed: 2025-02-09T09:09:12.000Z (2 days ago)
- Last Synced: 2025-02-09T10:20:18.912Z (2 days ago)
- Topics: automatically-push, chrome-extension, chrome-extension-api, chromeextension, github, leetcode, leetcode-solutions, oauth
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SolveSync Chrome Extension (Currently in Testing)
SolveSync is a Chrome extension that automates the process of uploading your LeetCode solutions directly to a GitHub repository.
## Features
- Login with GitHub using OAuth authentication.
- Automatically save LeetCode solutions to your GitHub repository.
- Manage repository and branch settings within the extension.
- View your GitHub username and status in the extension's popup.## Setup
### Prerequisites
1. **Chrome browser**.
2. **GitHub account** for authentication.
3. A **GitHub repository** to store your LeetCode solutions.### Installation
1. Download the SolveSync extension from [GitHub Repository](https://github.com/art2url/SolveSync).
2. Open `chrome://extensions/` in your browser.
3. Enable **Developer mode** and click **Load unpacked**.
4. Select the **SolveSync extension folder**.### OAuth Login
1. Open the extension and click **"Login with GitHub"**.
2. You will be redirected to GitHub's OAuth authentication page.
3. Upon successful login, the extension will store your credentials and update the UI.### Settings
1. Open the extension popup and click on the **"Settings"** button.
2. Enter the repository name and branch where your LeetCode solutions will be saved.
3. Click **Save Settings**.### Usage
Once logged in:
1. When you submit a solution on LeetCode, the extension will automatically upload the code to your specified GitHub repository and branch.
2. View your GitHub username and connection status in the extension's popup.## Technologies Used
- **Chrome Extensions API**
- **OAuth 2.0** (GitHub authentication)
- **JavaScript, HTML, CSS**## License
This project is licensed under the MIT License.