codechef-cli icon indicating copy to clipboard operation
codechef-cli copied to clipboard

CodeChef Command Line Client.

Results 7 codechef-cli issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
good first issue
up-for-grabs

when requested the list of contests by codechefcli --contests command it returns ![image](https://user-images.githubusercontent.com/47395196/130998837-541b8408-4865-4949-80d3-e495b5161dbe.png)

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...

enhancement
help wanted
good first issue
up-for-grabs

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}] `