cf-downloader

🚀 Download all accepted submissions from Codeforces 🏆

Usage no npm install needed!

<script type="module">
  import cfDownloader from 'https://cdn.skypack.dev/cf-downloader';
</script>

README

Codeforces Downloader

🚀 Download all accepted submissions from Codeforces 🏆

usage

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

  1. Clone repo and create a new branch: $ git checkout https://github.com/luisthread/cf-downloader -b name_for_new_branch
  2. Make changes and test
  3. Submit Pull Request with comprehensive description of changes

License

MIT License