Python library for interfacing with the Yale Courses API.
First, install the module:
pip3 install yalecoursesThen, to use these functions, you must import the module:
import yalecoursesBefore using the library, you must instantiate its class, for example:
courses = yalecourses.YaleCourses('your API key here')You can obtain your API key as described here.
- TODO
See example.py for several usage examples.