cf-tool
cf-tool copied to clipboard
:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
Built with ```go install github.com/xalanq/cf-tool@latest```
I tried to login with `cf config` and choose option 0. Pretty sure I entered my username and password correctly, but get an error "Cannot find csrf".
https://github.com/xalanq/cf-tool/blob/4aff8682ad0d1e14155c9744a3f27780576bb11e/client/login.go#L48-L51 There's just a single `data-csrf='...'` field on Codeforces now. What's the point in using the second match, not the first one?
I'm not sure it works all time. If not, please tell in this threads.
I don't want to create new directory while using `cf race or cf parse`, just sample files, is there a way for it?
Got a problem submitting 50A  `~/.cf/config` ```json { "template": [ { "alias": "cpp", "lang": "42", "path": "/home/afgxf/template/tem.cpp", "suffix": [ "cxx", "cpp" ], "before_script": "clang++ $%full%$ -o $%file%$.out --std=c++11 -Wall...
I need a very detailed README. Can anyone help me ~

Hi All, I found a problem with ```cf list``` command, it may be caused by the update codeforce's footnote. For example, for command ```cf list 100```, you will get the...