A tool to automate and generate Mediasite recording schedule for classes.
To run it, clone the repo and place your class schedule CSV file under the same directory as generateSchedule.py.
Then use the following command to install the package and it's dependencies through setup.py:
python3 setup.py develop
Run generateSchedule.py. When asked for input, enter the full name of the CSV file including its extension.
NOTE: You will need Python 3 to use the tool. You can download it from here: