Skip to content

x-village/ReviewChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages