https://github.com/strcoder4007/codescrapper
A desktop app for Linux, Windows and Mac to download code from competitive programming websites.
https://github.com/strcoder4007/codescrapper
desktop-app electron javascript linux macos nodejs windows
Last synced: 2 months ago
JSON representation
A desktop app for Linux, Windows and Mac to download code from competitive programming websites.
- Host: GitHub
- URL: https://github.com/strcoder4007/codescrapper
- Owner: strcoder4007
- License: mit
- Created: 2017-09-28T01:08:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T19:35:28.000Z (over 7 years ago)
- Last Synced: 2025-01-11T08:30:23.627Z (4 months ago)
- Topics: desktop-app, electron, javascript, linux, macos, nodejs, windows
- Language: HTML
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Scrapper
A desktop app for Linux, Windows and Mac to download code from competitive programming websites.
- Clone the repo
- cd in to the folder
- do
npm install
To run the project
npm start
Building for Linux
npm run package-linux
Building for MacOS
npm run package-mac
Building for Windows
npm run package-win