chcli
chcli copied to clipboard
:computer: Programming challenges for Hackers - A command line tool for all programming challenges
Bumps [requests](https://github.com/requests/requests) from 2.7.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
I just installed challenge-cli using `pip install challenge-cli`. Then I tried to run this command `challenges --platforms CC` But I get the following error: ``` Traceback (most recent call last):...
I colour coded the start/end time. This is to differentiate between active and upcoming contests. FYI RED stands for active and GREEN for upcoming.
I'm currently working on a complete command line interface for a major platform (codechef). It uses robobrowser. Login is complete. Listing questions is also complete. The cli will have inbuilt...
Colour coding time can fix the problem
It would be nice to have Python 3 support. I get this error while running the program: ``` $ challenges --active ⏎ Traceback (most recent call last): File /home/u/v/bin/challenges, line...
By changing local imports and making them relative, the program is able to run under Python 3. Fixes #3.