Skip to content

A command line interfacing tool to get predictions from Code-drills website. Built in node, it uses `cheerio` to scrape the website and `request-promise` to make promisified AJAX requests.

Notifications You must be signed in to change notification settings

aryannarora/code-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-cli

A cli tool for Code-drills website. Built with Node and cheerio ❤️

Setup

Clone this repo git clone https://github.com/aryannarora/code-cli to your local system.

npm install.

npm link.

Usage

First use command sethandle <yourHandle> [option] to set the account to predict the problem for. Options are:

-c or --codechef for Codchef.

-cf or --codeforces for Codeforces.

-s or --spoj for Spoj.

Second use command predict .

e.g predict -e for easy problems.

About

A command line interfacing tool to get predictions from Code-drills website. Built in node, it uses `cheerio` to scrape the website and `request-promise` to make promisified AJAX requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published