The Course Data Tracker is a Python script designed to help you monitor and retrieve details about specific courses and their sections through the UMD.io API. Here's a guide on how to use and install the script:
Ensure the following prerequisites are met:
- Python 3.x installed on your system.
- The
requestslibrary is required. Install it by executing the following command in your terminal:
pip install requestsFollow these steps to install the Course Data Tracker:
- Clone or download the script to your local machine.
- Install the
requestslibrary as instructed above.
To utilize the script:
- Run the script using a Python interpreter.
- Enter the class code (in all CAPS) and section number for the course you wish to track when prompted.
- To track additional courses, respond with "yes" when prompted.
- After entering all desired courses, the script will retrieve data from the UMD.io API, presenting the instructor(s) and the number of open seats for each section.
- The program will pause after displaying results. Press any key to close the script.
Note: The script relies on the UMD.io API to obtain course data. Ensure your internet connection is active to access the API.
This script makes use of the UMD.io API for retrieving course data. Special acknowledgments to the UMD.io API for providing this functionality.