WIP :)
Pusher is a Chrome extension designed to enhance and automate specific tasks within your web browser. This extension provides features such as automatically push to GitHub.
-
Clone this repository or download it as a ZIP file.
git clone https://github.com/PythonToGo/lit1337-pushsr.git
Or download it via ZIP file link.
-
Open your Chrome browser and navigate to
chrome://extensions/
. -
Enable "Developer mode" in the top right corner.
-
Click "Load unpacked" and select the
pusher/
directory.
- Automatic Detection: The extension automatically detects when you solve a problem on LeetCode and prepares it for pushing to GitHub.
- File Naming: It auto-generates filenames based on the problem number and title, such as
0123_Two_Sum.py
. - GitHub Integration: With a simple login via the extension's popup, you can push your solutions directly to your GitHub repository.
- User-Friendly Interface: The popup interface allows you to manage your settings and view recent activity easily.
- If you wish to contribute to this project, please create an issue or submit a pull request.
- Follow the contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for more details.
- For inquiries, please contact [email protected] .
Visit the lit1337 repository to explore the entire project, which includes the backend, the Pusher Chrome extension, and the dashboard.
For the Pusher Chrome extension specifically, you can also visit the lit1337-pusher repository.