An open API service indexing awesome lists of open source software.

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.

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