{"id":25631156,"url":"https://github.com/boompig/ut_course_selection","last_synced_at":"2026-06-25T10:31:03.136Z","repository":{"id":5792937,"uuid":"7007261","full_name":"boompig/UT_Course_Selection","owner":"boompig","description":"UT Course Selection","archived":false,"fork":false,"pushed_at":"2023-01-11T01:49:50.000Z","size":1133,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-10T21:58:43.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"xhzengAIB/XHXcodePlugin","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boompig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-04T21:32:51.000Z","updated_at":"2020-09-20T05:58:56.000Z","dependencies_parsed_at":"2023-01-13T13:42:12.555Z","dependency_job_id":null,"html_url":"https://github.com/boompig/UT_Course_Selection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2FUT_Course_Selection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2FUT_Course_Selection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2FUT_Course_Selection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2FUT_Course_Selection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boompig","download_url":"https://codeload.github.com/boompig/UT_Course_Selection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240230710,"owners_count":19768713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-22T20:19:18.963Z","updated_at":"2026-06-12T19:30:34.782Z","avatar_url":"https://github.com/boompig.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# University of Toronto Course Selection\n\n**NOTE** This repository is obsolete, as U of T now does course selection using a different system.\n\n## About\n\nThis University of Toronto used to have two separate webpages: one with course descriptions, prerequisites, and breadth requirement categories;\nanother with offering information for the upcoming session (such as lecture and tutorial times).\n\nThis made it difficult to plan a course schedule. I therefore created a visualizer and parser for that data.\nMy main motivation was to find all available courses that fit my last remaining breadth requirement category.\n\n## Run\n\nSee `requirements.txt` for dependencies.\n\n`python -m (calendar_page_parser.py | timetable_page_parser.py)`\n\nThe scripts will download and parse HTML pages from the U of T timetable or calendar pages. There are also commented-out portions which will parse the main page. The parsed data will be saved in the `courses.db` database. Metadata will be extracted and saved in `(timetable|calendar)_inventory.data` pickle files.\n\n## Data Files\n\n**timetable_inventory.data** - map from name of program to a URL where the timetable for that program can be found\n\n**calendar_inventory.data** - map from name of program to a URL where the calendar for that program can be found\n\n**courses.db** - SQLite3 database that contains course and timetable information.\nYou can read the SQLite3 database contents using `sqlite3` tool or similar.\nIt has 2 tables: couses and timetable\n\n### Server\n\nPlease note that this is not the original server. The original server was written in PHP. I have no idea where that code is.\n\n```\nyarn install\nyarn start\n```\n\n\n## Linting\n\n```\npyflakes uoft\nmypy uoft --ignore-missing-imports\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboompig%2Fut_course_selection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboompig%2Fut_course_selection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboompig%2Fut_course_selection/lists"}