Created in response to 81 TRG requirement to restart NCOD; I created this simple Python script to randomly pick two names to cover shifts for NCOD. For now, the only functionality is to run the picker, and is being converted to PowerShell.
- Get current recall rosters
- Change extension of rosters to .ZIP
- Unzip the rosters (this gives you access to the underlying XML files
- For ease of use, rename the unzipped folders UUA, UUB, UUC
- Run "pick-names.py"
- Run "set-rotation.py"
- Profit! (hopefully)