{"id":16330101,"url":"https://github.com/rmax/mit-ocw-crawler","last_synced_at":"2025-04-09T21:32:40.861Z","repository":{"id":981291,"uuid":"783052","full_name":"rmax/mit-ocw-crawler","owner":"rmax","description":"MIT's OCW Crawler","archived":false,"fork":false,"pushed_at":"2010-07-19T02:49:06.000Z","size":92,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T12:11:28.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmax.png","metadata":{"files":{"readme":"README.rst","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":"2010-07-19T01:35:53.000Z","updated_at":"2021-10-09T18:16:27.000Z","dependencies_parsed_at":"2022-07-05T22:31:16.031Z","dependency_job_id":null,"html_url":"https://github.com/rmax/mit-ocw-crawler","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/rmax%2Fmit-ocw-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fmit-ocw-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fmit-ocw-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmax%2Fmit-ocw-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmax","download_url":"https://codeload.github.com/rmax/mit-ocw-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248114884,"owners_count":21050136,"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":"2024-10-10T23:18:30.429Z","updated_at":"2025-04-09T21:32:40.547Z","avatar_url":"https://github.com/rmax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============================\nMIT's OpenCourseWare Crawler\n============================\n\n:Author: Rolando Espinoza La fuente \u003cdarkrho@gmail.com\u003e\n\nAbout\n=====\n\nMIT's `OpenCourseWare`_ is an excellent resource of knowledge.\nThis crawler helps to fetch all courses information, like\nmaterials' download links.\n\n\nRequirements\n============\n\n - `Scrapy`_\n\nUsage Example\n=============\n\nFirst, choose a department at MIT's `OpenCourseWare`_. Then figure out the\n``DEPARTMENT_ID`` which is part of the department's url. In this case\nwe will choose the `Nuclear Science and Engineering`_ department using\n``nuclear-engineering`` as DEPARTMENT_ID.\n\nFinally run ``scrapy-ctl.py`` to crawl and fetch all courses information.\n\n * To only crawl all courses::\n\n    $ ./scrapy-ctl.py crawl materials --set DEPARTMENT_ID=nuclear-engineering\n\n * To store results in a CSV file::\n\n    $ ./scrapy-ctl.py crawl materials --set DEPARTMENT_ID=nuclear-engineering --set EXPORT_FORMAT=csv --set EXPORT_FILE=materials.csv\n\n * To store urls for later usage in a download manager::\n\n    $ ./scrapy-ctl.py crawl materials --set DEPARTMENT_ID=nuclear-engineering --set EXPORT_FORMAT=csv --set EXPORT_FILE=materials.csv --set EXPORT_FIELDS=download_url\n    $ wget -i materials.csv\n\n\n.. _Scrapy: http://www.scrapy.org/\n.. _OpenCourseWare: http://ocw.mit.edu/\n.. _Nuclear Science and Engineering: http://ocw.mit.edu/courses/nuclear-engineering/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmax%2Fmit-ocw-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmax%2Fmit-ocw-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmax%2Fmit-ocw-crawler/lists"}