Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 472 Bytes

File metadata and controls

24 lines (16 loc) · 472 Bytes

Note

Depreated in favor of a GitHub action variant OU-CS3560/check-codewars-kata

Codewars Challenge Checker

Requirements

python -m pip install -r requirements.txt

Usage

To check if users compelte at least N or more Katas.

python cw_checker.py --n 2 users.csv

To check if users complete a specific Kata.

python cw_checker.py --slug multiply users.csv