Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/34j/ut-course-catalog
Python package for fetching UTokyo Online Course Catalogue (Unofficial)
https://github.com/34j/ut-course-catalog
catalog course dataset hacktoberfest itc-lms itclms jupyter-notebook python syllabus university utas utokyo
Last synced: 2 months ago
JSON representation
Python package for fetching UTokyo Online Course Catalogue (Unofficial)
- Host: GitHub
- URL: https://github.com/34j/ut-course-catalog
- Owner: 34j
- License: mit
- Created: 2023-10-10T00:42:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:10:37.000Z (3 months ago)
- Last Synced: 2024-10-22T06:41:59.052Z (3 months ago)
- Topics: catalog, course, dataset, hacktoberfest, itc-lms, itclms, jupyter-notebook, python, syllabus, university, utas, utokyo
- Language: Jupyter Notebook
- Homepage: https://catalog.he.u-tokyo.ac.jp/
- Size: 3.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# UT Course Catalog
Python package for fetching UTokyo Online Course Catalogue
## Installation
Install this via pipx or pip (or your favourite package manager):
```shell
pipx install ut-course-catalog
```## Dataset
- 東京大学授業カタログはインターネット上で公開されており、誰でも無償で入手可能でした。
- robots.txtの内容は寛容的であり、ページはWayback Machineに登録されているため、情報収集は禁止されていないと考えられました。したがって、著作権法第三十条の四に基づいて、[データセット](https://www.kaggle.com/datasets/mkrjas/utokyosyllabus)をKaggleに公開しています。適当に解析したノートブック[(GitHub)](ut-course-catalog-tutorial.ipynb)もあります。
## Usage
1秒に1回のリクエストを送る場合、ダウンロードには4時間強かかります。負荷軽減のため、なるべく収集済みのデータセットを御利用ください。
```shell
ut-course-catalog download
ut-course-catalog convert all.pkl
```## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!