Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 636 Bytes

Master chooser

A simple way to randomly choose 1 person from a group in a fair way, so that no one gets chosen more than once before the cycle finishes.

Dependencies

Setup

  • make venv
  • source .venv/bin/activate - Activate virtual environment
  • make install
  • Create master_chooser/storage/DEVS.yml file with a list of devs to choose from. Example file: master_chooser/storage/DEVS.example.yml
  • File names may be configured in constants.py

Run

  • make run