Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s7tya/kdb-crawler
Crawl KdB
https://github.com/s7tya/kdb-crawler
Last synced: 3 months ago
JSON representation
Crawl KdB
- Host: GitHub
- URL: https://github.com/s7tya/kdb-crawler
- Owner: s7tya
- Created: 2023-09-05T08:42:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-10T15:13:46.000Z (3 months ago)
- Last Synced: 2024-11-10T16:22:34.852Z (3 months ago)
- Language: Rust
- Homepage: https://raw.githubusercontent.com/s7tya/kdb-crawler/master/dist/kdb.json
- Size: 283 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tsukuba - kdb-crawler - KdBの提供するcsvを機械可読性を高めたJSONに変換する。このプログラムによって生成されたJSONはGitHubからも参照できる。Rust製。 (公式サービス関連 / KdB)
README
# KdB Crawler
> ⚠️ KdB Crawler は安定しておらず、 JSON ファイルの形式は変更される可能性があります。
KDB の授業データを GitHub Actions でクロールして JSON 形式で提供する Rust 製ツールです。毎日、日本時間の0時にKdBからデータを取得し、差分があった場合にコミットを行います。
[kdb.json](https://raw.githubusercontent.com/s7tya/kdb-crawler/master/dist/kdb.json)
[更新履歴](https://github.com/search?q=repo%3As7tya%2Fkdb-crawler+%22Update+KdB+to%22&type=commits)```ts
{
"科目番号": string,
"科目名": string,
"授業方法": string,
"単位数": string,
"標準履修年次": string,
"実施学期": string,
"曜時限": string,
"教室": string,
"担当教員": string,
"授業概要": string,
"備考": string,
"データ更新日": string
},
```