Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 683 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 683 Bytes

Review Checker

List applicants that has not yet been reviewed by someone.

Setup Enviornment Variables

export ASANA_TOKEN='your asana token'
export PROJECT_ID='your project id'

Usage

python review_checker.py [-h] [-a] [-t] reviewer_name
  • positional arguments:

    • reviewer_name Name of target reviewer
  • optional arguments:

    • -h, --help show this help message and exit
    • -a, --audit Check audit tasks
    • -t, --take-course Check take course tasks

Using pipenv

Setup

pipenv install

Using pip

Setup

pip install -r requirements.txt

Authors

Lee-W