Caffeine is a CLI tool which allows you to easily interact with the Codeforces API from your terminal or from custom scripts.
caffeine [FLAGS] [OPTIONS] [SUBCOMMAND]
Options can be listed with caffeine --help
.
cargo
Package Manager
cargo install caffeine-cf
To compile manually, first clone this repo.
git clone https://github.com/thud/caffeine
Then, you can build and run with cargo run
. eg:
cargo r -- user info thud
Docs |
Crate |
License