@hackage codeforces-cli0.1.0
Command line interface to interact with Codeforces.
Categories
License
MIT
Maintainer
Farbod Salamat-Zadeh
Links
Versions
- 0.1.0 Thu, 17 Jun 2021
Installation
Dependencies (18)
- aeson >=1.5.6.0 && <1.6
- ansi-terminal >=0.10.3 && <0.11
- base >=4.7 && <5
- base16-bytestring >=0.1.1.7 && <0.2
- bytestring >=0.10.12.0 && <0.11
- containers >=0.6.2.1 && <0.7 Show all…
Dependents (0)
codeforces-cli
Command line interface to interact with Codeforces.

Features
- View/filter contests and problems
- Watch contest standings and submissions
- Calculate rating after a virtual contest
- List rating changes for each contest
- And much more!
Installation
The pre-compiled binary file can be found on the releases page.
Download it and place it in a directory in your PATH. For example,
~/.local/bin/cf.
Usage
Codeforces CLI v0.1.0
Usage: cf COMMAND
Available options:
-h,--help Show this help text
Available commands:
agenda Upcoming contests. Alias for contests --upcoming
contests List of contests
info Show the problems and your problem results of a
contest
friends List your friends (must be authenticated)
open Open a contest in the browser
problems View and filter problem sets
ratings Rating changes of a user
setup Setup your configuration file
standings Standings table of a contest
status Recent submissions of a user
user Information about a user
virtual Calculate your rating after a virtual contest, to
find what it would be if you competed live