chef-cli

CodeChef command line interface. ChefCLI helps competitive coders to search, view, and submit problems in CodeChef.


Keywords
chef-cli, codechef, cli, programming
License
MIT
Install
pip install chef-cli==1.0.1

Documentation

Chef-Cli

Buy me a coffee

Logo

PRs Welcome GitHub Stars Current Version

CodeChef command line interface. ChefCLI helps competitive coders to search, view, and submit problems in CodeChef.

Table of Contents

Introduction

Chef-Cli is a command line interface which uses CodeChef’s official API. This application is for those who hate graphical application and love to do everything from terminal. With features like sample submit and problem recommendation, It is designed to improve the overall productivity of the user.

Chef-CLI

Features

  • View Problem Statement In Terminal
  • Get complete profile information about a particluar user.
  • Get a graph of submissions made by the user in past one year. (Similar to submission graph of SPOJ)
  • Compare profiles of two users based on the ranking in various formats. Alos get a comparison graph right on the terminal for better visualization
  • Submit a problem for evaluation against sample test cases and see if it passes or not.
  • Problem Recommendation
  • Recommends problem based on past solved problems by a user.
  • Uses content based recommendation system for problem recommendation.
  • Parameters - Difficulty , tags , No. of users who solved , Rating of user who solved
  • Get a ranking of all the institutes on CodeChef based on the performance of students in past contests.
  • Submit problems to CodeChef IDE directly from the terminal and get the final result right on the terminal.
  • Get list of both upcoming and currently running contests.
  • Get all details about a contest.
  • Get list of all the languages on codechef.
  • Get list of problems with a particular tag.
  • Search an institution from registered institution on Codechef.

Installation Instruction

  • Chef-CLI is available as a python package.

  • Open terminal and run pip install chef-cli

  • This installs the CLI app.

  • Now run chef-cli --help to know the available commands

  • Enjoy !!

Screenshots

View Problem Statements In Terminal

View Problem Statements In Terminal

User's Profile Information

User's Profile Information

User's Submission Graph

User's Submission Graph

Profile Comparison

Profile Comparison

Sample Submit

Sample Submit

Recommend Problem

Recommend Problem

Institute Ranking

Institute Ranking

Feedback

Feel free to send us feedback on Email or file an issue.

Contributors

Contribute

  • Feel free to report issues and bugs.It will be helpful for future launches of application.
  • All Suggestions are welcome.
  • Fork repository and Contribute.

Acknowledgment

Thanks to CodeChef for providing CodeChef Api and Alibaba Cloud for providing the platform.