Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.72 KB

File metadata and controls

64 lines (49 loc) · 1.72 KB

Checker CLI

Demo of our Checker CLI

DEMO

Description

This application was created by a ragtag group of Holberton students that wanted to make the checker experience less in intensive by bringing the experience straight to your console. This product will help you make dinner and wash your clothes...This will give you a response while pass or failed directly.

Requirements:


  • Python3
  • requests 2.4.2 or later

Instructions

Installation:


git clone https://github.com/bean710/checker_CLI.git ~/CCLI
alias ccli="python3 ~/CCLI/CLI/checkercli.py"

  1. First use this command to get the repo into your terminate
git clone https://github.com/bean710/checker_CLI.git
  1. Use it as an executable
./checkcli.py
  1. It will ask for you api key, school email, holberton password (you can find this in tools after your 2nd trimester)
  • make sure to have request 2.4.2 or later
  1. Once the help menu shows up, you can use it like this executable check numberofproject numberoftask
./checkercli.py check 309 1

Blog Post

We created a blog post to talk about the experience and how the Checker CLI works.

Read it here, The Checker CLI

Authors