codechef-cli
codechef-cli copied to clipboard
CodeChef Command Line Client.
Hi! Could we possible have some shell completion scripts please? I might be able to look into it eventually, though if anyone has experience with these, might be smoother ride.
Responses from various options require styling as to enhance the UI/UX. **Example (output of --search option)**: This prints out a table with headers as capitals. Could print out as bold,...
when requested the list of contests by codechefcli --contests command it returns 
I've some suggestions too: How about using subcommands instead of using options for logging in, getting the problem description, listing contests, and submitting code? Maybe something like: - `codechefcli login`...
Currently, if there are image(s) in a problem description, nothing is displayed where the image is supposed to be. Example: `codechefcli --problem ZUBTRCNT` compare with [ZUBTRCNT Problem - Codechef](https://www.codechef.com/problems/ZUBTRCNT) This...
This PR fixes the `This version is not supported` issue while building the package. Actually, `sys.version` return something like `3.11.4 (main, Jun 20 2023, 17:23:00) [Clang 14.0.3 (clang-1403.0.22.14.1)]` and comparing...
When trying to login I've got the following error: ` No CSRF Token found [{'data': 'No CSRF Token found', 'code': 500}] `