{"id":27017474,"url":"https://github.com/michigan-tech-courses/scraper","last_synced_at":"2025-07-23T16:34:21.488Z","repository":{"id":38251137,"uuid":"325407430","full_name":"Michigan-Tech-Courses/scraper","owner":"Michigan-Tech-Courses","description":"a package to scrape various information from Michigan Tech","archived":false,"fork":false,"pushed_at":"2024-10-26T23:12:44.000Z","size":7210,"stargazers_count":0,"open_issues_count":16,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T03:52:35.345Z","etag":null,"topics":["cheerio","got","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Michigan-Tech-Courses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-29T23:22:01.000Z","updated_at":"2024-10-26T23:12:47.000Z","dependencies_parsed_at":"2023-02-18T09:01:09.081Z","dependency_job_id":null,"html_url":"https://github.com/Michigan-Tech-Courses/scraper","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":"codetheweb/typescript-template","purl":"pkg:github/Michigan-Tech-Courses/scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michigan-Tech-Courses%2Fscraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michigan-Tech-Courses%2Fscraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michigan-Tech-Courses%2Fscraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michigan-Tech-Courses%2Fscraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Michigan-Tech-Courses","download_url":"https://codeload.github.com/Michigan-Tech-Courses/scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michigan-Tech-Courses%2Fscraper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266714316,"owners_count":23973100,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cheerio","got","typescript"],"created_at":"2025-04-04T16:23:41.073Z","updated_at":"2025-07-23T16:34:21.451Z","avatar_url":"https://github.com/Michigan-Tech-Courses.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @mtucourses/scraper\n\n[![codecov](https://codecov.io/gh/Michigan-Tech-Courses/scraper/branch/master/graph/badge.svg?token=E7AG8R5XN0)](https://codecov.io/gh/Michigan-Tech-Courses/scraper)\n\nScrapes various types of information from [Michigan Tech](https://www.mtu.edu/), including faculty members and offered courses.\n\n## 🏗 Usage\n\n```js\nconst {getAllSections} = require('@mtucourses/scraper');\n\n(async () =\u003e {\n  const fallTerm = new Date();\n  fallTerm.setFullYear(2020, 7);\n\n  const sections = await getAllSections(fallTerm);\n\n  console.log(sections);\n})();\n```\n\nSee the [documentation for details](docs/modules/index.md).\n\n## 🧰  Development\n\n```bash\n# First:\n# install dependencies\nyarn install\n\n# then:\n# build in watch mode\nyarn build:watch\n\n# and you can:\n\n# run tests\nyarn test\n\n# run tests in watch mode\nyarn test:watch\n```\n\nTo publish a new package version, run `npm version [patch|minor|major]` and then `git push \u0026\u0026 git push --tags` on the master branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichigan-tech-courses%2Fscraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichigan-tech-courses%2Fscraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichigan-tech-courses%2Fscraper/lists"}