cf-downloader
v1.0.3
Published
π Download all accepted submissions from Codeforces π
Downloads
4
Maintainers
Readme
Codeforces Downloader
π Download all accepted submissions from Codeforces π
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 6.0 or higher is required.
Installation is done using the npm install command:
$ npm install --global cf-downloader
Features
- Instant download
- Support C, C++, Java and Python languages
- Include header with the solution information
- Download at
<username>/
folder.
Quick Start
This is the recommended form to use this script.
Install the executable. The executable's major version will match cf-downloader's:
$ npm install --global cf-downloader
Run in any location in your computer
$ cf-downloader
Then, enter your Codeforces handle, the download start before.
How to Contribute
- Clone repo and create a new branch:
$ git checkout https://github.com/luisthread/cf-downloader -b name_for_new_branch
- Make changes and test
- Submit Pull Request with comprehensive description of changes
License
MIT License