codeforces-cli

UIACC
js
codeforces-cli JS library on GitHub codeforces-cli JS library on npm Download codeforces-cli JS library

"Command line tool for codeforces"

Version 1.0.5 License ISC
codeforces-cli has no homepage
codeforces-cli JS library on GitHub
codeforces-cli JS library on npm
Download codeforces-cli JS library
Keywords
codeforces
No default JS file set by the package author so the URL is guessed. You can always browse all package files to use another one.

codeforces cli

A command-line tool for codeforces

Features

  • Get user status
  • Check Contests Statistics
  • Check the recent actions
  • Check the submitted code in a contest
  • Generate the latest Submissions
  • Check the latest contests
  • Generate unsolved problems based on tag and difficulty
  • Codeforces tags distribution for user's accepted solutions.

Commands

  • cf get-user -u <handle>
  • cf con-stat -u <handle>
  • cf re-action -c <number-of-blogs-to-get>
  • cf sub-code -s <submission-id> -i <contest-id>
  • cf usr-submission -u <handle> -c <number-of-problems>
  • cf com-contest -c <maximum-number-of-upcoming-contests>
  • cf gen-problems -u <handle> -c <number-of-problems> -t <tag> -d <difficulty>
  • cf tag-codeforces -u <handle>

Installation

sudo npm install codeforces-cli -g